NAME
Math::Trig - Inverse and hyperbolic trigonemetric Functions
SYNOPSIS
use Math::Trig qw(tan asin acos sinh cosh tanh sech cosech);
$v=tan($x);
$v=asin($x);
$v=acos($x);
$v=sinh($x);
$v=cosh($x);
$v=tanh($x);
$v=sech($x);
$v=cosech($x);
DESCRIPTION
This module exports the missing inverse and hyperbolic trigonemtric functions of real numbers.
- tan returns tan of real argument =item asin returns inverse sine of real argument =item acos returns inverse cosine of real argument =item sinh returns hyperbolic sine of real argument =item cosh returns hyperbolic cosine of real argument =item tanh returns hyperbolic tan of real argument =item sech returns hyperbolic secant of real argument =item cosech returns hyperbolic cosecant of real argument
HISTORY
$Log: Trig.pm,v $ Revision 1.2 1995/12/28 16:32:37 willijar Moved hyoerbolic functions into here.
Revision 1.1 1995/12/24 16:06:26 willijar Initial revision
BUGS
Let me know.
I welcome additions such as the inverse trigonemetric functions and the complex versions of the functions to be included in this module.
AUTHOR
John A.R. Williams <J.A.R.Williams@aston.ac.uk>
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 23:
'=item' outside of any '=over'
- Around line 32:
You forgot a '=back' before '=head1'