https://github.com/fusion809/lua-scripts
My Lua scripts, an attempt to learn the Lua programming language
https://github.com/fusion809/lua-scripts
lua mathematics numerical-calculations scripts
Last synced: about 1 year ago
JSON representation
My Lua scripts, an attempt to learn the Lua programming language
- Host: GitHub
- URL: https://github.com/fusion809/lua-scripts
- Owner: fusion809
- License: gpl-3.0
- Created: 2017-10-16T06:02:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T17:16:03.000Z (over 5 years ago)
- Last Synced: 2025-01-27T10:11:32.617Z (about 1 year ago)
- Topics: lua, mathematics, numerical-calculations, scripts
- Language: Lua
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lua scripts
Miscellaneous Lua scripts I have written. The first of which binomial.lua was for mathematical purposes, calculating the binomial coefficient.