58 lines
1.0 KiB
Plaintext
58 lines
1.0 KiB
Plaintext
USING: help math ;
|
|
|
|
HELP: acosh
|
|
$values-x/y
|
|
{ $description "Inverse hyperbolic cosine." } ;
|
|
|
|
HELP: asech
|
|
$values-x/y
|
|
{ $description "Inverse hyperbolic secant." } ;
|
|
|
|
HELP: asinh
|
|
$values-x/y
|
|
{ $description "Inverse hyperbolic sine." } ;
|
|
|
|
HELP: asinh
|
|
$values-x/y
|
|
{ $description "Inverse hyperbolic sine." } ;
|
|
|
|
HELP: acosech
|
|
$values-x/y
|
|
{ $description "Inverse hyperbolic cosecant." } ;
|
|
|
|
HELP: atanh
|
|
$values-x/y
|
|
{ $description "Inverse hyperbolic tangent." } ;
|
|
|
|
HELP: acoth
|
|
$values-x/y
|
|
{ $description "Inverse hyperbolic cotangent." } ;
|
|
|
|
HELP: acos
|
|
$values-x/y
|
|
{ $description "Inverse trigonometric cosine." } ;
|
|
|
|
HELP: asec
|
|
$values-x/y
|
|
{ $description "Inverse trigonometric secant." } ;
|
|
|
|
HELP: asin
|
|
$values-x/y
|
|
{ $description "Inverse trigonometric sine." } ;
|
|
|
|
HELP: asin
|
|
$values-x/y
|
|
{ $description "Inverse trigonometric sine." } ;
|
|
|
|
HELP: acosec
|
|
$values-x/y
|
|
{ $description "Inverse trigonometric cosecant." } ;
|
|
|
|
HELP: atan
|
|
$values-x/y
|
|
{ $description "Inverse trigonometric tangent." } ;
|
|
|
|
HELP: acot
|
|
$values-x/y
|
|
{ $description "Inverse trigonometric cotangent." } ;
|