Fix comment
[jscl.git] / src / numbers.lisp
2014-02-24 David VázquezImplement SQRT function
2013-06-21 David VázquezAdd debugging information
2013-06-19 Ken HarrisFixed max/min functions.
2013-06-17 Ken HarrisMerge upstream.
2013-06-16 Ken HarrisGCD, LCM, SIGNUM.
2013-06-16 Owen RodleyUse MACROLET for MAX and MIN
2013-06-15 David VázquezUse macrolet to implemnt arithmetic helper macros
2013-05-19 Owen RodleyFix - and /
2013-05-19 Owen RodleyAdd /= function
2013-05-19 Owen RodleyVariadic functions for * and /
2013-05-19 Owen RodleyDEFCOMPARISON for =
2013-05-19 Owen RodleyMove over some numeric functions from boot.lisp
2013-05-19 Owen RodleyUse DOLIST instead of WHILE
2013-05-19 Owen RodleyCreate numbers.lisp with some basic numeric functions