LogExpFunctions.jl

Julia package for various special functions based on `log` and `exp`.
Popularity
63 Stars
Updated Last
1 Year Ago
Started In
September 2019

LogExpFunctions.jl

CI codecov.io Documentation Documentation

Various special functions based on log and exp moved from StatsFuns.jl into a separate package, to minimize dependencies. These functions only use native Julia code, so there is no need to depend on librmath or similar libraries. See the discussion at StatsFuns.jl#46.

The original authors of these functions are the StatsFuns.jl contributors.