Phoenix PML supports a majority of the intrinsic math functions in the Cmath.h library. See the following tables for a list of supported functions. (Refer to http://www.cplusplus.com/reference/cmath/ for more information on the Cmath.h library.)
•Exponential and logarithmic functions 923
•Error and gamma functions 924
•Rounding and remainder functions 924
•Floating-point manipulation functions 925
•Minimum, maximum, difference functions 925
•Other functions available in math.h 925
•Classification macro/functions 925
•Comparison macro/functions 926
|
Function |
Description |
|
pow |
Raise to power |
|
sqrt |
Compute square root |
|
cbrt |
Compute cubic root |
|
hypot |
Compute hypotenuse |
|
Function |
Description |
|
erf |
Compute error function |
|
erfc |
Compute complementary error function |
|
tgamma |
Compute gamma function |
|
lgamma |
Compute log-gamma function |
|
Function |
Description |
|
copysign |
Copy sign |
|
nextafter |
Next representable value |
|
nextforward |
Next representable value toward precise value |
|
Function |
Description |
|
fdim |
Positive difference |
|
fmax |
Maximum value |
|
fmin |
Minimum value |
|
Function |
Description |
|
fabs |
Compute absolute value |
|
abs |
Compute absolute value |
|
fma |
Multiply-add |
|
Function |
Description |
|
isfinite |
Is a finite value |
|
isinf |
Is infinity |
|
isnormal |
Is normal |
|
signbit |
Sign bit (whether the sign of x is negative) |
Last modified date:6/26/19

Legal Notice | Contact Certara
© 2019 Certara USA, Inc. All rights reserved.