mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added support for integer values to abs() math function.
Minor code refactoring in Skills.cpp.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user