Home

This is a minimal package for a pure Julia implementation of converting numbers in their Arabic form to numbers in their language form. The process of spelling out a number has also been referred to as set full out, to write out in long hand, and — as a great mind once suggested — to transnumerate.

Caveats

Unfortunately, as this library requires DecFP for spelling out floats as expected, we cannot support i686 (32-bit) systems.

Contents

Installing SpelledOut.jl

julia> using Pkg
julia> Pkg.add("SpelledOut") Updating registry at `~/.julia/registries/General.toml` Resolving package versions... Installed SpelledOut ─ v1.2.0 Updating `~/work/SpelledOut.jl/SpelledOut.jl/docs/Project.toml` [4728c690] ~ SpelledOut v1.2.0 `~/work/SpelledOut.jl/SpelledOut.jl` ⇒ v1.2.0 Updating `~/work/SpelledOut.jl/SpelledOut.jl/docs/Manifest.toml` [4728c690] ~ SpelledOut v1.2.0 `~/work/SpelledOut.jl/SpelledOut.jl` ⇒ v1.2.0 Precompiling project... ✓ SpelledOut 1 dependency successfully precompiled in 1 seconds. 33 already precompiled.

Index