数学関数及び三角関数のセット
|
関数 |
機能 |
|---|---|
|
MathAbs |
指定された数値の絶対値(係数)を返します。 |
|
MathArccos |
ラジアン(角度)で x のアークコサイン(双曲線逆余弦)を返します。 |
|
MathArcsin |
ラジアン(角度)で x のアークサイン(双曲線逆正弦)を返します。 |
|
MathArctan |
ラジアン(角度)で x のアークタンジェント(双曲線逆正接)を返します。 |
|
MathClassify |
浮動小数点数の型を戻します(ENUM_FP_CLASS列挙) |
|
MathCeil |
切り上げされた整数値を返します。 |
|
MathCos |
数のコサインを返します。 |
|
MathExp |
数の指数を返します。 |
|
MathFloor |
切り下げされた整数値を返します。 |
|
MathLog |
自然対数を返します。 |
|
MathLog10 |
数の底が10の対数を返します。 |
|
MathMax |
指定した2 つの数値を比べて最大値を返します。 |
|
MathMin |
指定した2 つの数値を比べて最小値を返します。 |
|
MathMod |
2 つの数の分割後の実際の余りを返します。 |
|
MathPow |
基数を指定された乗まで引き上げます。 |
|
MathRand |
0〜32,767 の範囲内で擬似乱数値を返します。 |
|
MathRound |
値を最も近い整数に丸めます。 |
|
MathSin |
数のサインを返します。 |
|
MathSqrt |
平方根を返します。 |
|
MathSrand |
擬似ランダム整数の系列を生成するための開始点を設定します。 |
|
MathTan |
指定した値のタンジェントを返します。 |
|
MathIsValidNumber |
実数の有効性をチェックします。 |
|
MathExpm1 |
MathExp(x)-1の式の値を返します。 |
|
MathLog1p |
MathLog(1+x)の式の値を返します。 |
|
MathArccosh |
指定した値の双曲線逆余弦(アークコサイン)を返します。 |
|
MathArcsinh |
指定した値の双曲線逆正弦(アークサイン)を返します。 |
|
MathArctanh |
指定した値の双曲線逆正接(アークタンジェント)を返します。 |
|
MathCosh |
指定した値の双曲線余弦(コサイン)を返します。 |
|
MathSinh |
指定した値の双曲線正弦(サイン)を返します。 |
|
MathTanh |
指定した値の双曲線正接(タンジェント)を返します。 |
|
MathSwap |
ushort/uint/ushort型の値のバイト順を変更します。 |



