最小値【MathMin】
double MathMin(double value1, double value2) Returns the minimum value of two numeric values. 2つの数値の最小の…
double MathMin(double value1, double value2) Returns the minimum value of two numeric values. 2つの数値の最小の…
double MathMax(dobule value1, double value2) Returns the maximum value of two numeric values. 2つの数値の最大の…
double MathLog(double x) The MathLog function returns the natural logarithm of x if successful. If x is…
double MathFloor(double x) The MathFloor function returns a numeric value representing the largest inte…
double MathExp(double d) Returns the value of e raised to the power of d. At overflow, the function ret…
double MathCos(double value) Returns the cosine of the specified angle. 指定された角度のコサインを返します。 Parameters: …
double MathCeil(double x) The MathCeil function returns a numeric value representing the smallest integ…
double MathArctan(double x) The MathArctan returns the arctangent of x. If x is 0, MathArctan returns 0…
double MathArcsin(double x) The MathArcsin function returns the arcsine of x in the range -π/2 to π/2 r…
double MathArccos(double x) The MathArccos function returns the arccosine of x within the range 0 to π …