Next: Examples
Up: Intrinsic Functions
Previous: Numerical Intrinsic Functions
  Contents
- SIN(x), COS(x), TAN(x): mathematical sine, cosine and tangent.
R or D arguments, meaning angle expressed in radians.
Specific names: DSIN, CSIN, DCOS, CCOS, DTAN.
- ASIN(x), ACOS(x), ATAN(x): mathematical arc sine,
arc cosine and arc tangent. R or D arguments
(for ASIN, ACOS: ). Result in radians.
Specific names: DASIN, DACOS, DATAN.
- SINH(x), COSH(x), TANH(x): mathematical hyperbolic sine,
hyperbolic cosine and hyperbolic tangent.
R or D arguments.
Specific names: DSINH, DCOSH, DTANH.
- LOG(x), LOG10(x), EXP(x),
SQRT(x): natural logarithm, base 10 logarithm,
exponential, square root. R,D,C arguments
(with some restrictions). Specific names:
DLOG, CLOG, DEXP, CEXP, DSQRT, CSQRT.
Adrian Sandu
2001-08-26