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
- Host: GitHub
- URL: https://github.com/s-expressionists/buoy
- Owner: s-expressionists
- License: bsd-2-clause
- Created: 2023-07-24T07:34:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T06:12:33.000Z (4 months ago)
- Last Synced: 2025-02-10T01:38:36.671Z (4 months ago)
- Language: Common Lisp
- Size: 31.3 KB
- Stars: 3
- Watchers: 6
- 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).