MathIsValidNumber
実数の正しさをチェックします。 bool MathIsValidNumber( double number // number to check ); パラメーター 数 [in]チェックされた数…
実数の正しさをチェックします。 bool MathIsValidNumber( double number // number to check ); パラメーター 数 [in]チェックされた数…
10を底とする数値の対数を返します。 double MathLog10( double val // number to take logarithm ); パラメーター val [in]常用対…
double MathTan(double x) MathTan returns the tangent of x. If x is greater than or equal to 263, or les…
void MathSrand(int seed) The MathSrand() function sets the starting point for generating a series of ps…
double MathSqrt(double x) The MathSqrt function returns the square root of x. If x is negative, MathSqr…
double MathSin(double value) Returns the sine of the specified angle. 指定された角度のサインを返します。 Parameters: パラメ…
double MathRound(double value) Returns value rounded to the nearest integer of the specified numeric va…
int MathRand( ) The MathRand function returns a pseudorandom integer within the range of 0 to 32767. Th…
double MathPow(double base, double exponent) Returns the value of the base expression raised to the spe…
double MathMod(double value1, double value2) The function returns the floating-point remainder of divis…