Multiply-add Functions:
x, y - floating point values
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
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 ); |
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