Closed tzhuan closed 6 years ago
DecimalConstant::e() may be called while DecimalConstant::$ONE has not been initialized yet. Use DecimalConstant::one() to avoid the error.
DecimalConstant::e()
DecimalConstant::$ONE
DecimalConstant::one()
DecimalConstant::e()
may be called whileDecimalConstant::$ONE
has not been initialized yet. UseDecimalConstant::one()
to avoid the error.