https://github.com/s-expressionists/buoy
Embryonic floating-point library for Common Lisp
https://github.com/s-expressionists/buoy
Last synced: 4 months ago
JSON representation
Embryonic floating-point library for Common Lisp
- Host: GitHub
- URL: https://github.com/s-expressionists/buoy
- Owner: s-expressionists
- License: bsd-2-clause
- Created: 2023-07-24T07:34:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-22T14:12:47.000Z (5 months ago)
- Last Synced: 2026-01-23T05:56:13.554Z (5 months ago)
- Language: Common Lisp
- Size: 57.6 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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).