fix space

This commit is contained in:
Yuriy Lytvynchuk 2022-10-26 17:02:15 +03:00
parent add63b76d9
commit dc6eaef037

View File

@ -23,7 +23,7 @@ public enum TbRuleNodeMathFunctionType {
SIN, SINH, COS, COSH, TAN, TANH, ACOS, ASIN, ATAN, ATAN2(2),
EXP, EXPM1, SQRT, CBRT, GET_EXP(1, 1, true), HYPOT(2), LOG, LOG10, LOG1P,
CEIL(1, 1, true), FLOOR(1, 1, true), FLOOR_DIV(2), FLOOR_MOD(2),
ABS, MIN(2), MAX(2), POW( 2), SIGNUM, RAD, DEG,
ABS, MIN(2), MAX(2), POW(2), SIGNUM, RAD, DEG,
CUSTOM(0, 16, false); //Custom function based on exp4j