/p6-Math-Trig

The bits of Perl 5's Math::Trig that aren't already built-in to Perl 6.

Primary LanguagePerl 6OtherNOASSERTION

Math::Trig

Subroutines for coverting between degrees, radians, and gradians; converting between different coordinate systems (cartesian, spherical, cylindrical); and great circle formulas

SYNOPSIS

use Math::Trig;

DESCRIPTION

BUGS

  • This is a work in progress. Caveat emptor.
  • Perhaps rename this module since it's less about trigonometry and more about angular conversions and great circles?

AUTHOR

Jonathan Scott Duff duff@pobox.com

ACKNOWLEDGEMENTS

This module is shamelessly based on the Perl 5 module of the same name. Without the authors and maintainers of that module, this module wouldn't exist in this form.