Closed MichaelOwenDyer closed 4 months ago
CHANGELOG.md
This PR renames the parameter of the Zeta distribution from a to s.
Zeta
a
s
The associated plot at https://raw.githubusercontent.com/rust-random/charts/main/charts/zeta.svg will need to be updated as well.
Closes #1461.
a_minus_one
s_minus_one
ZetaError::ATooSmall
ZetaError::STooSmall
Display
ZetaError
CHANGELOG.md
entrySummary
This PR renames the parameter of the
Zeta
distribution froma
tos
.The associated plot at https://raw.githubusercontent.com/rust-random/charts/main/charts/zeta.svg will need to be updated as well.
Motivation
Closes #1461.
Details
Zeta
attributea_minus_one
tos_minus_one
ZetaError::ATooSmall
toZetaError::STooSmall
(breaking change)Display
impl forZetaError