Skip to content

maquirag/uiua-bignum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uiua-bignum

Big numbers library for Uiua

This project is work in progress, and uses experimental features of the Uiua programming language, which might be subject to change in future versions.

This library serves demonstration purposes. Use at your own peril. :)

Usage

  • add the # Experimental! tag
  • import the module from git
  • create BigNat instances from numeric strings with BigNat~New
  • operations such as Add and Mul consume the operands from the stack and create another BigNat instance
# Experimental!
~ "git: github.com/maquirag/uiua-bignum" ~ BigNat
∩BigNat "1979" "742"
BigNat~Add

Credits

Created by Tibor Santa, 2024

Check the Tacit Sanctuary channel on Youtube for more Uiua content!

About

Big numbers library for Uiua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published