ack/lang/cem/libcc.ansi/core/math
David Given d1cdb07719 Realise that the libc core can safely call other libc core functions, even if
they're not defined in the core: so putw() can call stdio stuff, for example.
So the earlier concept of pureness isn't necessary. Rename accordingly.
2018-06-21 23:24:23 +02:00
..
asin.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
atan.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
atan2.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
ceil.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
exp.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
fabs.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
floor.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
fmod.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
frexp.e Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
hugeval.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
hypot.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
isnan.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
ldexp.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
localmath.h Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
log.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
log10.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
modf.e Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
pow.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
sin.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
sinh.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
sqrt.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
tan.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
tanh.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00