Rand Stats

Math::Trig

zef:raku-community-modules

Actions Status

NAME

Math::Trig - Trigonometric routines not already built-in

SYNOPSIS

use Math::Trig;

DESCRIPTION

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

SUBROUTINES

Available with use Math::Trig;

Available with use Math::Trig :radial;

Available with use Math::Trig :great-circle;

BUGS

AUTHOR

Jonathan Scott Duff

Source can be located at: https://github.com/raku-community-modules/Math-Trig . Comments and Pull Requests are welcome.

ACKNOWLEDGEMENTS

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

COPYRIGHT AND LICENSE

Copyright 2015 - 2017 Jonathan Scott Duff

Copyright 2018 - 2022 Raku Community

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.