Added support for returning integer values to abs math function.

Minor code refactoring in Skills.cpp.
This commit is contained in:
NovaRain
2019-01-16 11:38:49 +08:00
parent ba3ad33587
commit e509932add
3 changed files with 23 additions and 44 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ Some utility/math functions are available:
> float sqrt(float x)
- square root of x
> float abs(float x)
> int/float abs(int/float x)
- absolute (positive) value of x
> float sin(float x)