- "I'm too good for the standard library"
m_math.c
:msin
,mcos
,mtan
, range extended.t_m_math.c
: Look Up Table Functions.t_tables.c
: Look Up Tables.tmltg.c
: Look Up Table Generator.
> Bool.h: True & False enums
> bytes.h: Structs for manipulating strings
> comp.c: Complex number data type and functions
> fatstr.c: Fat string data type and functions
> m_malloc.c: My malloc implementation
> m_math.c: My math functions
> nodes.c: Tree Node data type
> random.c: Pseudo-random number table
> s_m_math.c: Slow Math functions with varied precision
> str.c: String functions
> t_m_math.c: Table Math functions
> t_tables.c: Math Look Up Table
> vector.c: Vector data type