URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libm/] [machine/] [spu/] [s_cos.c] - Rev 829
Compare with Previous | Blame | View Log
#include <math.h> #include "headers/cos.h" double cos(double angle) { return _cos(angle); }