factor/library/math/trig-hyp.facts

58 lines
937 B
Plaintext
Raw Normal View History

2006-01-12 00:34:56 -05:00
USING: help math ;
2006-08-16 21:55:53 -04:00
HELP: cosh
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Hyperbolic cosine." } ;
2006-08-16 21:55:53 -04:00
HELP: sech
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Hyperbolic secant." } ;
2006-08-16 21:55:53 -04:00
HELP: sinh
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Hyperbolic sine." } ;
2006-08-16 21:55:53 -04:00
HELP: sinh
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Hyperbolic sine." } ;
2006-08-16 21:55:53 -04:00
HELP: cosech
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Hyperbolic cosecant." } ;
2006-08-16 21:55:53 -04:00
HELP: tanh
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Hyperbolic tangent." } ;
2006-08-16 21:55:53 -04:00
HELP: coth
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Hyperbolic cotangent." } ;
2006-08-16 21:55:53 -04:00
HELP: cos
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Trigonometric cosine." } ;
2006-08-16 21:55:53 -04:00
HELP: sec
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Trigonometric secant." } ;
2006-08-16 21:55:53 -04:00
HELP: sin
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Trigonometric sine." } ;
2006-08-16 21:55:53 -04:00
HELP: sin
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Trigonometric sine." } ;
2006-08-16 21:55:53 -04:00
HELP: cosec
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Trigonometric cosecant." } ;
2006-08-16 21:55:53 -04:00
HELP: tan
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Trigonometric tangent." } ;
2006-08-16 21:55:53 -04:00
HELP: cot
2006-01-12 00:34:56 -05:00
$values-x/y
{ $description "Trigonometric cotangent." } ;