Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dianaolympos/ken
Float to string conversion in erlang for ff64, 32 and f16 using Ryu
https://github.com/dianaolympos/ken
erlang
Last synced: 21 days ago
JSON representation
Float to string conversion in erlang for ff64, 32 and f16 using Ryu
- Host: GitHub
- URL: https://github.com/dianaolympos/ken
- Owner: DianaOlympos
- License: apache-2.0
- Created: 2021-10-02T17:55:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T13:32:25.000Z (over 1 year ago)
- Last Synced: 2024-12-17T23:09:15.577Z (22 days ago)
- Topics: erlang
- Language: Erlang
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ken
"Binary float" to string conversion in erlang for f64, f32 and f16 using Ryu
## Build
rebar3 compile
## Test
rebar3 ct
## Table
This algorithm need precomputed tables, done using the script in `scripts`.
If you changed things that affect these, rerun the scripts before compiling.
Only do this if you know what you are doing.