National Institute of Advanced Industrial Science and Technology (AIST) This page is a page of the former research institute. We stopped updating on March 31.2001.
E-mail to webmaster (Japanese) E-mail to webmaster (English)
next up previous contents index
Next: Symbols and Packages Up: Arithmetic Functions Previous: Generic Number Functions

Trigonometric and Related Functions

  sin theta [function]

  cos theta [function]   tan theta [function]   sinh x [function]
  • hyperbolic sine, that is, tex2html_wrap_inline28161 .
  cosh x [function]
  • hyperbolic cosine, that is, tex2html_wrap_inline28163 .
  tanh x [function]
  • hyperbolic tangent, that is, tex2html_wrap_inline28165 .
  asin number [function]
  • arc sine of number.
  acos number [function]
  • arc cosine of number.
  atan y &optional x [function]
  • When atan is called with one argument, its arctangent is calculated. When called with two arguments, atan(y/x) is returned.
  asinh x [function]
  • hyperbolic arc sine.
  acosh x [function]
  • hyperbolic arc cosine.
  atanh x [function]
  • hyperbolic arc tangent.
  sqrt number [function]
  • returns square root of number.
  log number [function]
  • returns natural logarithm of number.
  exp x [function]
  • returns exponential, tex2html_wrap_inline28169 .
  expt a x [function]
  • returns xth power to a.



Hirofumi Nakagaki
Fri Mar 22 12:46:38 JST 1996