A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tpapp/cl-num-utils below:

tpapp/cl-num-utils: Numerical utilities, the successor of cl-numlib

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

See the sources and the docstring for more details.

All the functionality has corresponding unit tests.

Symbol conflicts with alexandria

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 practical

code 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