NAME

Math::SlideRule::PickettPocket - N 3P-ES pocket slide rule

SYNOPSIS

Approximate a N 3P-ES pocket slide rule.

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, primarily in the custom round() method that approximates with sprintf() what a human can do, in particular higher resolutions for lower numbers. Only "halfway between" the tick marks is supported; a human might do better with making 9.99 line up a skosh off the 10 tick.

Otherwise, consult Math::SlideRule for the available attributes and methods and so forth.

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.

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Math-SlideRule

http://github.com/thrig/Math-SlideRule

Known Issues

No known issues. Probably lots. (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 2014,2015 Jeremy Mates.

This module is free software; you can redistribute it and/or modify it under the Artistic License (2.0).