Skip to content

Draft: Use logarithmic identity to reduce number of calls to log functions

Stewart Martin-Haugh requested to merge smh/athena:log_log_log into main

Apply some identities and make some of the code a bit faster: a few extra multiplies will always be faster than log.

I suspect the PDG_energyLoss_ionization and dEdl_ionization functions can be merged - they are almost identical. cc @christos

Merge request reports