Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.06 KB

README.md

File metadata and controls

10 lines (7 loc) · 1.06 KB

LogExpFunctions.jl

CI codecov 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.