Commit 4f23ca4
committed
fix: order validation checks by parameter position in
Move `isnan( p )` to the front so the validation prologue follows declaration
order `(p, x0, gamma)`. Supersedes the prior majority-vote ordering on this
branch. Behavior unchanged: any matching branch returns `NaN`.stats/base/dists/cauchy/quantile
1 parent c5a494e commit 4f23ca4
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | | - | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments