This website requires JavaScript.
Explore
Help
Register
Sign In
aabc2
/
KOS_qrcodes
Watch
1
Star
0
Fork
0
You've already forked KOS_qrcodes
forked from
KolibriOS/kolibrios
Code
Pull Requests
Activity
Files
ed8e4ecf3395e64f555d4544d1959706b630ce30
KOS_qrcodes
/
programs
/
develop
/
ktcc
/
trunk
/
libc.obj
/
source
/
math
History
turbocat
cf7da98be8
libc.obj set "tan" as global
...
git-svn-id: svn://kolibrios.org@9846 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-19 19:27:38 +00:00
..
acos.s
…
acosh.c
…
asin.s
…
asinh.c
…
atan2.s
…
atan.s
…
atanh.c
…
ceil.s
…
cos.s
…
cosh.c
…
exp.s
…
fabs.s
…
floor.s
…
fmod.s
…
frexp.c
…
hypot.c
…
ldexp.c
…
log2.s
libc.obj: added log2, log10, round functions
2022-04-20 17:08:10 +00:00
log10.s
libc.obj: updated libc.def, fixed bug with log10
2022-04-20 17:30:33 +00:00
log.s
…
modf.s
…
modfl.s
…
pow2.s
…
pow10.s
…
pow.s
…
round.s
libc.obj: added log2, log10, round functions
2022-04-20 17:08:10 +00:00
sin.s
…
sinh.c
…
sqrt.s
libc.obj: now builded to kos32-tcc
2022-06-19 15:47:00 +00:00
tan.s
libc.obj set "tan" as global
2022-06-19 19:27:38 +00:00
tanh.c
…