FreeBSD Bugzilla – Attachment 54634 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]
hypot.3.diff
hypot.3.diff (text/x-patch), 952 bytes, created by
Steven G. Kargl
on 2005-06-26 18:00:57 UTC
(
hide
)
Description:
hypot.3.diff
Filename:
MIME Type:
Creator:
Steven G. Kargl
Created:
2005-06-26 18:00:57 UTC
Size:
952 bytes
patch
obsolete
>--- hypot.3.orig Sun Jun 26 09:46:01 2005 >+++ hypot.3 Sun Jun 26 09:53:20 2005 >@@ -38,8 +38,10 @@ > .Sh NAME > .Nm hypot , > .Nm hypotf , >+.Nm hypotl , > .Nm cabs , >-.Nm cabsf >+.Nm cabsf , >+.Nm cabsl > .Nd Euclidean distance and complex absolute value functions > .Sh LIBRARY > .Lb libm >@@ -49,25 +51,31 @@ > .Fn hypot "double x" "double y" > .Ft float > .Fn hypotf "float x" "float y" >+.Ft "long double" >+.Fn hypotl "long double x" "long double y" > .In complex.h > .Ft double > .Fn cabs "double complex z" > .Ft float > .Fn cabsf "float complex z" >+.Ft "long double" >+.Fn cabsl "long double complex z" > .Sh DESCRIPTION > The >-.Fn hypot >+.Fn hypot , >+.Fn hypotf , > and >-.Fn hypotf >+.Fn hypotl > functions > compute the > sqrt(x*x+y*y) > in such a way that underflow will not happen, and overflow > occurs only if the final result deserves it. > The >-.Fn cabs >+.Fn cabs , >+.Fn cabsf , > and >-.Fn cabsf >+.Fn cabsl > functions compute the complex absolute value of > .Fa z . > .Pp
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