Wednesday, November 30, 2016

C Math Floating multiply-add Functions

Multiply-add Functions:
x, y - floating point values

fma(C99) double fma( double x, double y, double z );
fmaf(C99) float fmaf( float x, float y, float z );
fmal(C99) long double fmal( long double x, long double y, long double z );

math.h
Trigonometric Functions
Hyperbolic Functions
Exponential and Logarithmic Functions
Power and Absolute-value Functions
Error and Gamma Functions
Nearest Integer Functions
Remainder Functions
Manipulation Functions
Maximum, Minimum, and Positive difference Functions
Floating multiply-add Functions
Classification macro Functions
Comparison macro Functions


Related topics:
Library Functions in C   |   Standard Library in C   |   Header Files in C   |   Functions in C   |   Keywords in C   |   Data Types in C   |   Pointers in C

List of topics: C Programming

No comments:

Post a Comment