chibi-scheme/lib/chibi/math
Roger Crew b89bd9f889 faster factor, (factor 1) = () (issue #751 cont.)
no need to go up to sqrt(n), Instead track i^2 and quit when that gets
larger than the (remaining) n (i.e., not the original n)
2021-06-29 23:48:12 -07:00
..
prime-test.sld faster factor, (factor 1) = () (issue #751 cont.) 2021-06-29 23:48:12 -07:00
prime.scm faster factor, (factor 1) = () (issue #751 cont.) 2021-06-29 23:48:12 -07:00
prime.sld removing unintended export 2021-06-28 17:31:14 +09:00