Open Dev Kit Documentation :: General :: Math :: Deviate Value Exponentially
Root.Math.DeviateExp( Value Double, Factor Double ) DoubleIncreases or decreased a value on an exponential scale
Parameters
- Value Double
- The value to manipulate
- Factor Double
- Linear factor that will be transformed to an exponential scale change
Return Value
Lua Usage
local double = math:DeviateExp(value, factor)
If you think anything is missing, please feel free to: submit documentation feedback on this page
