Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $c = Math::FixedPrecision->new(3.155, 2);
    say $c;
    # output 3.16