Manual Reference Pages  - FMA (3)

NAME

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

CONTENTS

Synopsis
Description

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);

DESCRIPTION

The fma() function computes x * y + z. The result is rounded according to the rounding mode determined by the value of FLT_ROUNDS.

CONFORMING TO

C99

SEE ALSO

remainder(3), remquo(3)
Jump to page    or go to Top of page |  Section 3 |  Main Index.


FMA (3) 2002-07-27
Generated by manServer 1.07 from /usr/share/man/man3/fma.3.gz using man macros.