Created smnp.math (markdown)

Bartłomiej Przemysław Pluta
2020-03-24 15:17:27 +01:00
parent 8ddb07947d
commit 7a2e12a16f

11
smnp.math.md Normal file

@@ -0,0 +1,11 @@
# Functions
## `random(min: int, max: int)`
## `random(min: float, max: float)`
## `min(numbers: list<int, float>)`
## `max(numbers: list<int, float>)`
## `sample(list: list)`
## `pick(items: list<map<string><>>)`
## `pick(...items: map<string><>)`
## `mod(a: int, b: int)`
## `range(begin: int, end: int)`
## `random()`