Search results for "module:Math::Trig::Units"
Math::Trig::Units - Inverse and hyperbolic trigonemetric Functions in degrees, radians or gradians.
This module exports the missing inverse and hyperbolic trigonometric functions of real numbers. The inverse functions return values cooresponding to the principal values. Specifying an argument outside of the domain of the function where an illegal d...
JFREEMAN/Math-Trig-Units-0.03 - 27 Dec 2002 05:25:22 UTC
Math::Trig::Radian - Inverse and hyperbolic trigonemetric Functions in radians
This module exports the missing inverse and hyperbolic trigonometric functions of real numbers. The inverse functions return values cooresponding to the principal values. Specifying an argument outside of the domain of the function where an illegal d...
JFREEMAN/Math-Trig-Units-0.03 - 27 Dec 2002 05:25:22 UTC
Math::Trig::Degree - Inverse and hyperbolic trigonemetric Functions in degrees
This module exports the missing inverse and hyperbolic trigonometric functions of real numbers. The inverse functions return values cooresponding to the principal values. Specifying an argument outside of the domain of the function where an illegal d...
JFREEMAN/Math-Trig-Units-0.03 - 27 Dec 2002 05:25:22 UTC
Math::Trig::Gradian - Inverse and hyperbolic trigonemetric Functions in gradians
This module exports the missing inverse and hyperbolic trigonometric functions of real numbers. The inverse functions return values cooresponding to the principal values. Specifying an argument outside of the domain of the function where an illegal d...
JFREEMAN/Math-Trig-Units-0.03 - 27 Dec 2002 05:25:22 UTC
Math::Trig - trigonometric functions
"Math::Trig" defines many trigonometric functions not defined by the core Perl which defines only the "sin()" and "cos()". The constant pi is also defined as are a few convenience functions for angle conversions, and *great circle formulas* for spher...
ZEFRAM/Math-Complex-1.59 - 01 Feb 2012 23:39:04 UTC
Math::Vector - package containing functions for vector mathematics and associated operations
This package facilitates the mathematical manipulation of 3-dimensional vector quantities. Two-dimensional vectors are supported only by setting one of the orthogonal components to 0, and n-D vectors where n > 3 are not supported. Given the limitatio...
WSYVINSKI/Math-Vector-1.03 - 19 Aug 2003 05:11:19 UTC
Math::GSL::SF - Special Functions
This module contains a data structure named gsl_sf_result. To create a new one use $r = Math::GSL::SF::gsl_sf_result_struct->new; You can then access the elements of the structure in this way : my $val = $r->{val}; my $error = $r->{err}; Here is a li...
HAKONH/Math-GSL-0.43 - 26 Jul 2021 16:34:34 UTC
Math::Algebra::Symbols
This package supplies a set of functions and operators to manipulate operator expressions algebraically using the familiar Perl syntax. These expressions are constructed from L</Symbols>, L</Operators>, and L</Functions>, and processed via L</Methods...
PRBRENAN/Math-Algebra-Symbols-1.27 - 27 Jan 2016 01:21:15 UTC