Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 811 Bytes

File metadata and controls

35 lines (24 loc) · 811 Bytes

math.gs

general 'low level' math functions

This is a math library which is built for goboscript. It is based on the stdlib implementation, but it is designed to be used with inflator.

Credits

  • aspizu for original version in stdlib

Installation

Make sure you have inflator installed. You fcan install it from the gtp.

inflate install math

add math to your inflator.toml config:

[dependencies]
# ...
math = "math"

Development

use inflate install -e .:

  1. clone the respository: git clone https://github.com/inflated-goboscript/math
  2. cd math
  3. inflate install -e .
  4. cd test
  5. inflate
  6. goboscript build
  7. open test.sb3