I have too many wip projects so might as well share the one I'm working on. constants: pi e phi gam inf (Infinity) max (Highest number below infinity) eps (Smallest number that can be added to 1) teps (Smallest possible nunber) functions: sin( cos( tan( asin( acos( atan( log2( ln( log10( sqrt( cbrt( operators: +, -, *, /, **, //, %, # (log) variables: a b c d w x y z to be added: - computing operators - computing groupers - computing functions - editing variables from user end - ...complex numbers?