Remove deprecated decimals builtin

Replaced by 'step_decimals' in 3.2 via #21425.
This commit is contained in:
Rémi Verschelde
2020-02-12 11:14:34 +01:00
parent 726cb1fcdc
commit 25cdea3653
3 changed files with 9 additions and 9 deletions

View File

@@ -89,7 +89,7 @@
<constant name="MATH_EASE" value="23" enum="BuiltinFunc">
Easing function, based on exponent. 0 is constant, 1 is linear, 0 to 1 is ease-in, 1+ is ease out. Negative values are in-out/out in.
</constant>
<constant name="MATH_DECIMALS" value="24" enum="BuiltinFunc">
<constant name="MATH_STEP_DECIMALS" value="24" enum="BuiltinFunc">
Return the number of digit places after the decimal that the first non-zero digit occurs.
</constant>
<constant name="MATH_STEPIFY" value="25" enum="BuiltinFunc">