2006-01-12 00:34:56 -05:00
|
|
|
USING: help math ;
|
2006-01-11 18:26:12 -05:00
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: acosh
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse hyperbolic cosine." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: asech
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse hyperbolic secant." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: asinh
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse hyperbolic sine." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: asinh
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse hyperbolic sine." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: acosech
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse hyperbolic cosecant." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: atanh
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse hyperbolic tangent." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: acoth
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse hyperbolic cotangent." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: acos
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse trigonometric cosine." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: asec
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse trigonometric secant." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: asin
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse trigonometric sine." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: asin
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse trigonometric sine." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: acosec
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse trigonometric cosecant." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: atan
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse trigonometric tangent." } ;
|
|
|
|
|
|
2006-08-16 21:55:53 -04:00
|
|
|
HELP: acot
|
2006-01-11 18:26:12 -05:00
|
|
|
$values-x/y
|
|
|
|
|
{ $description "Inverse trigonometric cotangent." } ;
|