Added support for integer values to abs() math function.

Minor code refactoring in Skills.cpp.
This commit is contained in:
NovaRain
2019-01-16 11:07:56 +08:00
parent 34caa1cbbd
commit 68e8ce8d41
3 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -292,7 +292,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)