math Module#
Lua math helpers exposed by DCS.
Constants#
| Constant | Type | Description |
|---|---|---|
huge |
number |
Infinity. |
pi |
number |
3.1415926535898. |
Lua math helpers exposed by DCS.
| Constant | Type | Description |
|---|---|---|
huge |
number |
Infinity. |
pi |
number |
3.1415926535898. |
abs#acos#asin#atan#atan2#ceil#cos#cosh#deg#exp#floor#fmod#frexp#ldexp#log#log10#max#min#mod#modf#pow#rad#random#randomseed#sin#sinh#sqrt#tan#tanh#