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: symbolとパッケージ Up: 数値演算 Previous: 一般数値関数

基本関数

  sin theta [関数]

  cos theta [関数]   tan theta [関数]   sinh x [関数]
  • hyperbolic sine、 tex2html_wrap_inline14634 で表される。
  cosh x [関数]
  • hyperbolic cosine、 tex2html_wrap_inline14636 で表される。
  tanh x [関数]
  • hyperbolic tangent、 tex2html_wrap_inline14638 で表される。
  asin number [関数]
  • numberのarc sineを返す。
  acos number [関数]
  • numberのarc cosineを返す。
  atan y &optional x [関数]
  • atan が1つの引数だけのとき、arctangent を計算する。 2つの引数のとき、atan(y/x) を計算する。
  asinh x [関数]
  • hyperbolic arc sine.
  acosh x [関数]
  • hyperbolic arc cosine.
  atanh x [関数]
  • hyperbolic arc tangent.
  sqrt number [関数]
  • number の平方根を返す。
  log number [関数]
  • number の自然対数を返す。
  exp x [関数]
  • tex2html_wrap_inline14642 を返す。
  expt a x [関数]
  • aのx乗を返す。



Hirofumi Nakagaki
Fri Mar 22 14:04:29 JST 1996