[Bug libquadmath/114126] New: A not infinite result of tanq of M_PI_2

2024-02-27 Thread www3.spl at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114126 Bug ID: 114126 Summary: A not infinite result of tanq of M_PI_2 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libqu

[Bug libquadmath/114126] A not infinite result of tanq of M_PI_2

2024-02-27 Thread www3.spl at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114126 --- Comment #4 from Sergio Peña --- (In reply to Jakub Jelinek from comment #2) > Why do you think this is a bug? > #include > #include > #include > > int > main () > { > _Float128 f = tanf128 (M_PI_2f128); > volatile _Float128 g = M_PI_

[Bug libquadmath/114126] A not infinite result of tanq of M_PI_2

2024-02-27 Thread www3.spl at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114126 --- Comment #5 from Sergio Peña --- (In reply to Jakub Jelinek from comment #2) > Why do you think this is a bug? > #include > #include > #include > > int > main () > { > _Float128 f = tanf128 (M_PI_2f128); > volatile _Float128 g = M_PI_