The following tables list the members exposed by MathUtil.
Name | Description | |
---|---|---|
![]() | DegreeAsRadian | Constant used for converting degrees to radians. |
![]() ![]() | PHI | Represents the golden mean. |
![]() ![]() | SQRT2 | Represents the square root of 2.0 |
Name | Description | |
---|---|---|
![]() ![]() | Asinh | Returns the inverse hyperbolic sine of the specified angle. |
![]() ![]() | AverageArray | Returns average of values in the given numeric parameters |
![]() ![]() | Clamp | Returns the specified value clamped to the specified range. |
![]() ![]() | Degrees | Converts the specified angle to degrees. |
![]() ![]() | Hypot | Calculates the length of the hypotenuse of a right-angled triangle based on the lengths of two sides x and y. |
![]() ![]() | IsPlotable | Check if specified values is not NaN nor infinity |
![]() ![]() | Max | Returns maximum of the given numeric parameters. |
![]() ![]() | Max3 | Returns maximum of the given three numeric values |
![]() ![]() | MaxArray | Returns maximum of the given numeric parameters. |
![]() ![]() | Min | Returns minimum of the given numeric parameters. |
![]() ![]() | Min3 | Returns minimum of the given three numeric values |
![]() ![]() | MinArray | Returns minimum of the given numeric parameters. |
![]() ![]() | NumberToMinDecimalsString | Returns a string for a number ensuring a format to eliminate insignificant decimals |
![]() ![]() | Radians | Converts the specified angle to radians. |
![]() ![]() | Sqr | Calculates the square of a x. |
![]() ![]() | SumArray | Returns sum of the given numeric parameters |