Skip to content

Julia package for various special functions based on `log` and `exp`.

License

Notifications You must be signed in to change notification settings

JuliaStats/LogExpFunctions.jl

Folders and files

NameName
Last commit message
Last commit date
Dec 11, 2024
Dec 12, 2024
Dec 10, 2024
Dec 11, 2024
Dec 11, 2024
Sep 15, 2019
May 10, 2022
Jan 29, 2021
Dec 11, 2024
Dec 11, 2024

Repository files navigation

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.