existing functions and operators: ---- +,-,*,/ ---- ^ , a hybrid of e^(b*ln(a)) and the classic Fast Exponentiation algorithm ---- sin, cos, tan uses radians. Let's be real, degrees suck ---- log(base,n) : exactly how you think it does ---- sqrt(n) ---- clamp(a,b,c): clamp b between a and c ---- abs, floor, ceil
might have like 193892 bugs, so please check out super unoptimized goal is to recreate @52525rr's graphing calculator