diff options
author | das <das@FreeBSD.org> | 2005-01-22 09:53:18 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-01-22 09:53:18 +0000 |
commit | d55cbb5c107d71db667a31461f3b5d7cbdfc589e (patch) | |
tree | 8c5892f0beb34e4455fdbb4b4beb00bef828d669 /lib/msun/man/math.3 | |
parent | 262c8113c07ada6d90014bece09a7fb3858ee085 (diff) | |
download | FreeBSD-src-d55cbb5c107d71db667a31461f3b5d7cbdfc589e.zip FreeBSD-src-d55cbb5c107d71db667a31461f3b5d7cbdfc589e.tar.gz |
Add fma() and fmaf(), which implement a fused multiply-add operation.
Diffstat (limited to 'lib/msun/man/math.3')
-rw-r--r-- | lib/msun/man/math.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index 1a35db1..4e3ec8d 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -107,7 +107,7 @@ expm1 exp(x)\-1 1 fabs absolute value 0 fdim positive difference 1 floor integer no greater than 0 -.\" fma multiply-add ??? +fma multiply-add 1 fmax maximum function 0 fmin minimum function 0 fmod remainder function ??? |