IAP GITLAB

Skip to content

Better math functions

Maximilian Reininghaus requested to merge atm_precision into master

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

Merge request reports