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

Math::Tau - provide the important mathematical constant tau = 6.2831...

VERSION

version 1.000

SYNOPSIS

    use Math::Tau;

    print tau/2;
    # 3.14159265358979

DESCRIPTION

tau is one of the most fundamental and misunderstood mathematical constants.

See The Tau Manifesto for why pi is a historical mistake.

METHODS

tau

The mathematical constant 6.2831... as floating point.

SEE ALSO

Math::Complex, Math::Trig

AUTHOR

Franklin Chen <franklinchen@franklinchen.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Franklin Chen <franklinchen@franklinchen.com>.

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