https://github.com/mcabbott/ancientnumbers.jl
๐๐๐
https://github.com/mcabbott/ancientnumbers.jl
Last synced: 4 months ago
JSON representation
๐๐๐
- Host: GitHub
- URL: https://github.com/mcabbott/ancientnumbers.jl
- Owner: mcabbott
- Created: 2024-11-01T22:42:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-01T22:43:31.000Z (over 1 year ago)
- Last Synced: 2025-02-27T04:26:25.371Z (over 1 year ago)
- Language: Julia
- Size: 4.88 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```