Better math functions
Use logp1(x)
and expm1(x)
instead of log(x+1)
and exp(x)-1
in atmosphere models. This might increase precision at x \simeq 1
IAP GITLAB
Use logp1(x)
and expm1(x)
instead of log(x+1)
and exp(x)-1
in atmosphere models. This might increase precision at x \simeq 1