Originally posted by jabl
View Post
Glibc 2.41 Adds C23's sinpi / cospi / tanpi Functions
Collapse
X
-
-
-
sinpi(x)=sin(x*pi) That's nice, but why not 2*pi? Wouldn't that be much more natural? Now we just need a fractional only floating point format.
Leave a comment:
-
-
Originally posted by Weasel View PostThese should have been the default, with normal sin/cos inline functions or macros that simply pre-multiply by inverse of pi.
Leave a comment:
-
-
These should have been the default, with normal sin/cos inline functions or macros that simply pre-multiply by inverse of pi.
Leave a comment:
-
-
What about the Clang support? Is this work put on hold? The https://github.com/bminor/glibc/tree/azanella/clang branch has been quite for eight months.
Leave a comment:
-
-
Glibc 2.41 Adds C23's sinpi / cospi / tanpi Functions
Phoronix: Glibc 2.41 Adds C23's sinpi / cospi / tanpi Functions
Ahead of the GNU C Library "glibc" 2.41 release due out around early February, more C23 features are being finished up. The latest crossing the finish line is support for C23's sinpi, cospi, and tanpi trigonometric functions...
Leave a comment: