The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

tcalc - interactive ternary calculator

VERSION

This documentation refers to version 0.004 of tcalc.

SYNOPSIS

  tcalc 81             # run a calculator with word size 81

  tcalc                # run a calculator with default word size

  perl -MMath::Logic::Ternary::Calculator -e tcalc      # same

DESCRIPTION

tcalc

tcalc is a small wrapper script running Math::Logic::Ternary::Calculator. This is a ternary calculator application with a command line interface. To see the user manual, run:

  perldoc Math::Logic::Ternary::Calculator::Manual

The calculator is a demo application for the Math::Logic::Ternary library. For more information on the library, run:

  perldoc Math::Logic::Ternary

SEE ALSO

AUTHOR

Martin Becker <becker-cpan-mp@cozap.com>

COPYRIGHT AND LICENSE

Copyright (c) 2012-2017 by Martin Becker, Blaubeuren. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.6.1 or, at your option, any later version of Perl 5 you may have available.