What the meaning of " (!0) " in ILNumerics just like this
return (!0)ILMathInternal.exp(this.m_mu);
and like this,
return 0.5 + (!0)ILMathInternal.log(this.m_sigma) + this.m_mu + (!0)ILMathInternal.log(ILMathInternal.sqrt(2.0 * ILMathInternal.pi));
Why we use this kind of expression---"(!0)" ?