sin theta [関数]
-
- theta はラジアンで表される float 値。
を返す。
cos theta [関数]
-
- theta はラジアンで表される float 値。
を返す。
tan theta [関数]
-
- theta はラジアンで表される float 値。
を返す。
sinh x [関数]
-
- hyperbolic sine、
で表される。
cosh x [関数]
-
- hyperbolic cosine、
で表される。
tanh x [関数]
-
- hyperbolic tangent、
で表される。
asin number [関数]
-
- numberのarc sineを返す。
acos number [関数]
-
- numberのarc cosineを返す。
atan y &optional x [関数]
-
-
atan が1つの引数だけのとき、arctangent を計算する。
2つの引数のとき、atan を計算する。
asinh x [関数]
-
- hyperbolic arc sine.
acosh x [関数]
-
- hyperbolic arc cosine.
atanh x [関数]
-
- hyperbolic arc tangent.
sqrt number [関数]
-
- number の平方根を返す。
log number [関数]
-
- number の自然対数を返す。
exp x [関数]
-
- を返す。
expt a x [関数]
-
-
aのx乗を返す。
2016-04-05