Files
RedBear-OS/tests/math.c
T
Jeremy Soller bf987098dc Use openlibm
2018-03-03 17:56:53 -07:00

6 lines
81 B
C

#include <math.h>
int main(int argc, char ** argv) {
float c = cos(3.14);
}