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

https://github.com/mcabbott/ancientnumbers.jl

๐”๐”๐’
https://github.com/mcabbott/ancientnumbers.jl

Last synced: 4 months ago
JSON representation

๐”๐”๐’

Awesome Lists containing this project

README

          

# AncientNumbers.jl

```julia
julia> using Pkg; Pkg.add(url="https://github.com/mcabbott/AncientNumbers.jl")

julia> using AncientNumbers

julia> XV + ๐’ - ไท€
๐’Ž™๐’—

julia> ans + XXXVII
๐’•

julia> [f(n) for f in (babylon, rome, persia, iching), n in ๐’•:LXIV]
4ร—64 Matrix{AncientNumbers.AncientCount}:
๐’• ๐’– ๐’— ๐’˜ ๐’™ ๐’š ๐’› ๐’œ โ€ฆ ๐’• ๐’•๐’• ๐’•๐’– ๐’•๐’— ๐’•๐’˜
I II III IV V VI VII VIII LX LXI LXII LXIII LXIV
๐‘ ๐’ ๐’๐‘ ๐’๐’ ๐’๐’๐‘ ๐’๐’๐’ ๐’๐’๐’๐‘ ๐’๐’๐’๐’ ๐”๐”๐” ๐”๐”๐”๐‘ ๐”๐”๐”๐’ ๐”๐”๐”๐’๐‘ ๐”๐”๐”๐’๐’
ไท€ ไท ไท‚ ไทƒ ไท„ ไท… ไท† ไท‡ ไทป ไทผ ไทฝ ไทพ ไทฟ

julia> sum(ans)
๐’–๐’Œ‹๐’œ๐’ # babylon(8320)
```