------- Comment #10 from steven at gcc dot gnu dot org 2009-04-30 07:51 ------- These functions will *not* be implemented, period.
And even if they would be implemented, they'd internally just return sin(arg*180/pi) & co. The compiler and the runtime library don't actually calculate sin/cos themselves. They rely on libc and often on machine instructions, and they all work in radians too. End of discussion -- move along... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27452