Math APIはLua 1.5.1のMath APIと同じ物です。詳しくはここをご覧ください
| メソッド名 | 戻り値 | 概要 |
|---|---|---|
| math.deg() | ||
| math.fmod() | ||
| math.random() | ||
| math.asin() | ||
| math.max() | ||
| math.modf() | ||
| math.log10() | ||
| math.floor() | ||
| math.cosh() | ||
| math.ldexp() | ||
| math.log() | ||
| math.pow() | ||
| math.randomseed() | ||
| math.frexp() | ||
| math.abs() | ||
| math.tanh() | ||
| math.acos() | ||
| math.atan2() | ||
| math.tan() | ||
| math.min() | ||
| math.ceil() | ||
| math.sinh() | ||
| math.sqrt() | ||
| math.huge() | ||
| math.rad() | ||
| math.sin() | ||
| math.exp() | ||
| math.cos() | ||
| math.atan() | ||
| math.pi() |

コメントをかく