fmaf man page on YellowDog

Man page or keyword search:  
man Server   18644 pages
apropos Keyword Search (all sections)
Output format
YellowDog logo
[printable version]

FMA(3)			   Linux Programmer's Manual			FMA(3)

NAME
       fma, fmaf, fmal - floating-point multiply and add

SYNOPSIS
       #include <math.h>

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

       Compile with -std=c99; link with -lm.

DESCRIPTION
       The fma() function computes x * y + z.  The result is rounded according
       to the rounding mode determined by the value of FLT_ROUNDS.  FLT_ROUNDS
       indicates  the  implementation-defined rounding behaviour for floating-
       point addition, and has one of the following values:

       -1     The rounding mode is not determinable.

       0      Rounding is towards 0.

       1      Rounding is towards nearest number.

       2      Rounding is towards positive infinity.

       3      Rounding is towards negative infinity.

       Other values represent machine-dependent, non-standard rounding modes.

CONFORMING TO
       C99

SEE ALSO
       fenv(3), remainder(3), remquo(3)

				  2002-07-27				FMA(3)
[top]

List of man pages available for YellowDog

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net