![]() |
xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
This is the complete list of members for xtd::math, including all inherited members.
| abs(decimal_t value) | xtd::math | static |
| abs(double value) | xtd::math | static |
| abs(float value) | xtd::math | static |
| abs(int16_t value) | xtd::math | static |
| abs(int32_t value) | xtd::math | static |
| abs(int64_t value) | xtd::math | static |
| abs(sbyte_t value) | xtd::math | static |
| abs(llong_t value) | xtd::math | static |
| acos(double value) | xtd::math | static |
| asin(double value) | xtd::math | static |
| atan(double value) | xtd::math | static |
| atan2(double y, double x) | xtd::math | static |
| big_mul(int32_t a, int32_t b) | xtd::math | static |
| ceiling(decimal value) | xtd::math | static |
| ceiling(double value) | xtd::math | static |
| cos(double value) | xtd::math | static |
| cosh(double value) | xtd::math | static |
| degrees_to_radians(double degrees) | xtd::math | static |
| div_rem(int32_t dividend, int32_t divisor, int32_t &remainder) | xtd::math | static |
| div_rem(int64_t dividend, int64_t divisor, int64_t &remainder) | xtd::math | static |
| e | xtd::math | static |
| epsilon | xtd::math | static |
| exp(double value) | xtd::math | static |
| floor(decimal_t value) | xtd::math | static |
| floor(double value) | xtd::math | static |
| ieee_remainder(double dividend, double divisor) | xtd::math | static |
| infinity | xtd::math | static |
| is_infinity(double value) | xtd::math | static |
| is_NaN(double value) | xtd::math | static |
| is_negative_infinity(double value) | xtd::math | static |
| is_positive_infinity(double value) | xtd::math | static |
| log(double value) | xtd::math | static |
| log(double a, double new_base) | xtd::math | static |
| log10(double value) | xtd::math | static |
| max(byte_t a, byte_t b) | xtd::math | static |
| max(decimal_t a, decimal_t b) | xtd::math | static |
| max(double a, double b) | xtd::math | static |
| max(int16_t a, int16_t b) | xtd::math | static |
| max(int32_t a, int32_t b) | xtd::math | static |
| max(int64_t a, int64_t b) | xtd::math | static |
| max(llong_t a, llong_t b) | xtd::math | static |
| max(sbyte_t a, sbyte_t b) | xtd::math | static |
| max(float a, float b) | xtd::math | static |
| max(uint16_t a, uint16_t b) | xtd::math | static |
| max(uint32_t a, uint32_t b) | xtd::math | static |
| max(uint64_t a, uint64_t b) | xtd::math | static |
| max(ullong_t a, ullong_t b) | xtd::math | static |
| max_value | xtd::math | static |
| min(byte_t a, byte_t b) | xtd::math | static |
| min(decimal_t a, decimal_t b) | xtd::math | static |
| min(double a, double b) | xtd::math | static |
| min(int16_t a, int16_t b) | xtd::math | static |
| min(int32_t a, int32_t b) | xtd::math | static |
| min(int64_t a, int64_t b) | xtd::math | static |
| min(llong_t a, llong_t b) | xtd::math | static |
| min(sbyte_t a, sbyte_t b) | xtd::math | static |
| min(float a, float b) | xtd::math | static |
| min(uint16_t a, uint16_t b) | xtd::math | static |
| min(uint32 a, uint32 b) | xtd::math | static |
| min(uint64_t a, uint64_t b) | xtd::math | static |
| min(ullong_t a, ullong_t b) | xtd::math | static |
| min_value | xtd::math | static |
| NaN | xtd::math | static |
| negative_infinity | xtd::math | static |
| pi | xtd::math | static |
| positive_infinity | xtd::math | static |
| pow(double x, double y) | xtd::math | static |
| radians_to_degrees(double radians) | xtd::math | static |
| round(decimal_t value) | xtd::math | static |
| round(decimal_t value, int32_t decimals) | xtd::math | static |
| round(double value) | xtd::math | static |
| round(double value, int32_t decimals) | xtd::math | static |
| sign(decimal_t value) | xtd::math | static |
| sign(double value) | xtd::math | static |
| sign(int16_t value) | xtd::math | static |
| sign(int32_t value) | xtd::math | static |
| sign(int64_t value) | xtd::math | static |
| sign(llong_t value) | xtd::math | static |
| sign(sbyte_t value) | xtd::math | static |
| sign(float value) | xtd::math | static |
| sin(double value) | xtd::math | static |
| sinh(double value) | xtd::math | static |
| sqrt(double value) | xtd::math | static |
| tan(double value) | xtd::math | static |
| tanh(double value) | xtd::math | static |
| tau | xtd::math | static |
| truncate(decimal_t value) | xtd::math | static |
| truncate(double value) | xtd::math | static |