This repository is archived. You may find an updated version of these libraries at https://github.com/Lisp-Stat/numerical-utilities
This library implements simple numerical functions for Common Lisp, including
num=
, a comparison operator for floatssum
and l2norm
See the sources and the docstring for more details.
All the functionality has corresponding unit tests.
Symbol conflicts withalexandria
When you import both cl-num-utils
and alexandria
, you get symbol conflicts. There are two solutions for this: either import only parts of cl-num-utils
(see the packages named in each file), or shadow some symbols, eg
(cl:defpackage #:my-package (:use #:cl #:alexandria #:cl-num-utils) (:shadowing-import-from #:alexandria #:mean #:variance #:median))
Bugs are tracked on Github, please open an issue if you find one.
finish histogram code, write tests decide whether recursive indexes are practicalcode is still there, but commented out
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4