Help for this page

Select Code to Download


  1. or download this
    my $sum = MCE::Shared->share({ module => 'Math::BigFloat' }, 0);
    
    sub perl_add { $sum->badd($_[0]); }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print "3.", substr($pi, 1), "\n";