mirror of
https://github.com/gonum/gonum.git
synced 2025-10-15 11:40:45 +08:00
Closes #32
This commit is contained in:
@@ -78,7 +78,7 @@ func IgamI(a, y0 float64) float64 {
|
||||
dithresh := 5.0 * machEp
|
||||
|
||||
if y0 < 0 || y0 > 1 || a <= 0 {
|
||||
panic(badParamOutOfBounds)
|
||||
panic(paramOutOfBounds)
|
||||
}
|
||||
|
||||
if y0 == 0 {
|
||||
|
Reference in New Issue
Block a user