Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.