Math Functions
Function | Status |
---|---|
math.abs() | ✔️ |
math.acos() | ✔️ |
math.asin() | ✔️ |
math.atan() | ✔️ |
math.avg() | ✔️ |
math.ceil() | ✔️ |
math.cos() | ✔️ |
math.exp() | ✔️ |
math.floor() | ✔️ |
math.log() | ✔️ |
math.max() | ✅ |
math.min() | ✅ |
math.sum() | ✔️ |
math.pow() | ✔️ |
math.random() | ✔️ |
math.round() | ✔️ |
math.sin() | ✔️ |
math.sqrt() | ✔️ |
math.tan() | ✔️ |