8.1 よく使う数学関数

abs(x), sign(x)

round(x), floor(x), ceil(x), trunc(x)

これらは round(T, x), floor(T, x), ceil(T, x), trunc(T, x) のように型 T の指定もできる。

sin(x), cos(x), tan(x), cot(x), sec(x), csc(x), sinh(x), cosh(x), tanh(x), coth(x), sech(x), csch(x), asin(x), acos(x), atan(x), acot(x), asec(x), acsc(x), asinh(x), acosh(x), atanh(x), acoth(x), asech(x), acsch(x), exp(x), log(), log2(x), log10(x), log(a,x), sqrt(x), cbrt(x),



桂田 祐史