chibi-scheme/lib
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
..
chibi faster factor, (factor 1) = () (issue #751 cont.) 2021-06-29 23:48:12 -07:00
scheme More tests for unaligned bytevector access 2020-11-30 17:15:57 +09:00
srfi scan for appropriate 2nd element to take the mean with when calling vector-find-median on an even length vector (issue #754) 2021-06-29 21:09:41 +09:00
init-7.scm fix include-ci (issue #687) 2020-08-23 00:23:27 +09:00
meta-7.scm adding (auto) library for auxiliary syntax 2020-08-14 11:24:25 +09:00