The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::Pi - Mmm, pie

VERSION

version 3.14159265358979

SYNOPSIS

use Acme::Pi;

my $area = $π * $radius**2;
my $volume = 4 * π / 3 * $radius**3;

DESCRIPTION

This distribution was created to celebrate Pi Day 2014, as well as to demonstrate yet another example of a pathological $VERSION.

Additionally, it exports two variables: and $𝝿, and two constants, π and 𝝿, defined as:

atan2(1,1) * 4;

This module also defines its own $VERSION as a fixed-point value approximating π (using as many digits as is supported on the local machine). It is intended that version parsers in the toolchain (Module::Metadata, ExtUtils::MakeMaker's MM->parse_version, Parse::PMFile) should be capable of statically parsing this package's $VERSION.

ACKNOWLEDGEMENTS

This module was brought to you by the 2014 QA Hackathon in Lyon, France, as well as the number π.

AFTERWORD

     3.141592653589793238462643383279
   5028841971693993751058209749445923
  07816406286208998628034825342117067
  9821    48086         5132
 823      06647        09384
46        09550        58223
17        25359        4081
          2848         1117
          4502         8410
          2701         9385
         21105        55964
         46229        48954
         9303         81964
         4288         10975
        66593         34461
       284756         48233
       78678          31652        71
      2019091         456485       66
     9234603           48610454326648
    2133936            0726024914127
    3724587             00660631558
    817488               152092096

SEE ALSO

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Acme-Pi@rt.cpan.org).

I am also usually active on irc, as 'ether' at irc.perl.org.

AUTHOR

Karen Etheridge <ether@cpan.org>

COPYRIGHT AND LICENCE

This software is copyright (c) 2014 by Karen Etheridge.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.