C provides some functions capable of computing relatively trivial expressions but with potentially lower overhead.

Functions performing optimized arithmetic combinations
Name Description Notes Source Availability
fma() Multiply and add (·) <math.h> C99 C11
scalbn() Compose floating-point number (·) <math.h> C99 C11
expm1() Compute natural exponent minus one (·) <math.h> C99 C11
log1p() Compute natural logarithm (·) <math.h> C99 C11

CHaR
Sitemap Supported
Site format updated 2024-06-05T22:37:07.391+0000
Data updated 1970-01-01T00:00:00.000+0000
Page updated 2022-06-17T21:43:05.000+0000