58 lines
937 B
Plaintext
58 lines
937 B
Plaintext
USING: help math ;
|
|
|
|
HELP: cosh
|
|
$values-x/y
|
|
{ $description "Hyperbolic cosine." } ;
|
|
|
|
HELP: sech
|
|
$values-x/y
|
|
{ $description "Hyperbolic secant." } ;
|
|
|
|
HELP: sinh
|
|
$values-x/y
|
|
{ $description "Hyperbolic sine." } ;
|
|
|
|
HELP: sinh
|
|
$values-x/y
|
|
{ $description "Hyperbolic sine." } ;
|
|
|
|
HELP: cosech
|
|
$values-x/y
|
|
{ $description "Hyperbolic cosecant." } ;
|
|
|
|
HELP: tanh
|
|
$values-x/y
|
|
{ $description "Hyperbolic tangent." } ;
|
|
|
|
HELP: coth
|
|
$values-x/y
|
|
{ $description "Hyperbolic cotangent." } ;
|
|
|
|
HELP: cos
|
|
$values-x/y
|
|
{ $description "Trigonometric cosine." } ;
|
|
|
|
HELP: sec
|
|
$values-x/y
|
|
{ $description "Trigonometric secant." } ;
|
|
|
|
HELP: sin
|
|
$values-x/y
|
|
{ $description "Trigonometric sine." } ;
|
|
|
|
HELP: sin
|
|
$values-x/y
|
|
{ $description "Trigonometric sine." } ;
|
|
|
|
HELP: cosec
|
|
$values-x/y
|
|
{ $description "Trigonometric cosecant." } ;
|
|
|
|
HELP: tan
|
|
$values-x/y
|
|
{ $description "Trigonometric tangent." } ;
|
|
|
|
HELP: cot
|
|
$values-x/y
|
|
{ $description "Trigonometric cotangent." } ;
|