v1.1.0 Content Update
Change log:
- Renamed "Analysis" functions to "Number Theory" functions.
- New Graph Theory object and function section, including objects for storing graphs and their attributes, and equipped with methods for performing tasks like exporting the graph's adjacency matrix and finding shortest paths.
- New File Handling functions section, including gathering lists of sections and keys in an INI file.
- New Cellular Automata function section, including functions for generating and interpreting Wolfram codes and evaluating elementary CA models.
- New Number Theory functions:
- General number theory: _factorial(), _k_tuples()
- Number base conversion: _base_to_decimal(), _decimal_to_base()
- Generalized rounding: _ceil(), _floor(), _frac(), _round()
- New and updated pairing: _integer_pair_to_natural(), _natural_to_integer_pair(), _natural_to_natural_pair(), _natural_pair_to_natural()
- New Array function: _array_reverse()
- New Computational Mathematics function: _smooth_step()
- New Linear Algebra function: _matrix_trace()
- New Random function: _random_round()
- Minor edits to script JSDoc style.
Files
gms2_math_scripts.yymps (v1.1.0) 59 kB
Apr 09, 2021
Get GameMaker Studio 2 Mathematical Scripts
GameMaker Studio 2 Mathematical Scripts
A collection of general utility and mathematical functions for GameMaker Studio 2 (Version 2.3).