NAME
Math::SlideRule::PickettPocket - N 3P-ES pocket slide rule
SYNOPSIS
Approximate a N 3P-ES pocket slide rule (incomplete).
use Math::SlideRule::PickettPocket;
my $sr = Math::SlideRule::PickettPocket->new();
$sr->divide(75, 92);
$sr->multiply(-1.1, 2.2, -3.3, 4.4);
... (and etc. see Math::SlideRule)
DESCRIPTION
A Pickett Model N 3P-ES pocket slide rule implementation, at present only of the A/B and C/D scales, as used by multiply and other such methods from the parent class. See Math::SlideRule for details on those.
ATTRIBUTES
- A
-
Double decade scale from 1..100. Manually built via
gena
script present in the distribution of this module. - C
-
Scale from 1..100. Manually built via
genc
script present in the distribution of this module. (Minus the "P" value marked on the scale, as I do not not what that value is, nor what its exact value is.)
METHODS
Nothing beyond present in Math::SlideRule.
BUGS
Reporting Bugs
If the bug is in the latest version, send a report to the author. Patches that fix problems or add new features are welcome.
https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Math-SlideRule
https://github.com/thrig/Math-SlideRule
Known Issues
No known issues. (But hardly anything is implemented, so that's probably a big issue.)
AUTHOR
thrig - Jeremy Mates (cpan:JMATES) <jmates at cpan.org>
LICENSE AND COPYRIGHT
Copyright Jeremy Mates
This program is distributed under the (Revised) BSD License: https://opensource.org/licenses/BSD-3-Clause