This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
DragonOS-Community
/
relibc
Mirror von
https://github.com/DragonOS-Community/relibc
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
33f1033e0e
Branches
Tags
dragonos-relibc
master
patch-add-dragonos-port
patch-support-run-first-demo-on-dragonos
update-dsc
relibc
/
tests
/
math.c
math.c
81 B
Verlauf
Originalformat
1
2
3
4
5
#include <math.h>
int main(int argc, char ** argv) {
float c = cos(3.14);
}