FreeBSD Bugzilla – Attachment 54636 Details for
Bug 82654
C99 long double math functions are missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
exp.3.diff
exp.3.diff (text/x-patch), 860 bytes, created by
Steven G. Kargl
on 2005-09-13 01:30:27 UTC
(
hide
)
Description:
exp.3.diff
Filename:
MIME Type:
Creator:
Steven G. Kargl
Created:
2005-09-13 01:30:27 UTC
Size:
860 bytes
patch
obsolete
>--- /mnt1/src/lib/msun/man/exp.3 Wed Aug 24 21:02:10 2005 >+++ exp.3 Mon Sep 12 16:51:12 2005 >@@ -45,8 +45,10 @@ > .Nm expm1f , > .Nm log , > .Nm logf , >+.Nm logl , > .Nm log10 , > .Nm log10f , >+.Nm log10l , > .Nm log1p , > .Nm log1pf , > .Nm pow , >@@ -72,10 +74,14 @@ > .Fn log "double x" > .Ft float > .Fn logf "float x" >+.Ft "long double" >+.Fn logl "long double x" > .Ft double > .Fn log10 "double x" > .Ft float > .Fn log10f "float x" >+.Ft "long double" >+.Fn log10l "long double x" > .Ft double > .Fn log1p "double x" > .Ft float >@@ -109,16 +115,18 @@ > .Fa x . > .Pp > The >-.Fn log >-and the >-.Fn logf >+.Fn log , >+.Fn logf , >+and >+.Fn logl > functions compute the value of the natural logarithm of argument > .Fa x . > .Pp > The >-.Fn log10 >-and the >-.Fn log10f >+.Fn log10 , >+.Fn log10f , >+and >+.Fn log10l > functions compute the value of the logarithm of argument > .Fa x > to base 10.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 82654
:
54631
|
54632
|
54633
|
54634
|
54635
| 54636