An open API service indexing awesome lists of open source software.

https://github.com/s-expressionists/buoy

Embryonic floating-point library for Common Lisp
https://github.com/s-expressionists/buoy

Last synced: about 2 months ago
JSON representation

Embryonic floating-point library for Common Lisp

Awesome Lists containing this project

README

        

# Buoy

The purpose of this library is to supply Common Lisp implementations
of non-trivial mathematics functions for floating-point numbers.

The current implementation of the single-precision version of the sin
and cos functions (the only functions currently provided) is based on
RLIBM, but we recommend instead using the more comprehensive
[core-math](https://core-math.gitlabpages.inria.fr/) library.

## License

See [license](license).