Commit a709d01
committed
fix: align
Reorder NaN guards in the public quantile so that `isnan( gamma )` precedes
`isnan( x0 )`, matching the contiguous validation pattern present in 7 of the
9 sibling packages in `@stdlib/stats/base/dists/cauchy/*` (78% conformance).
Behavior is unchanged: any matching branch returns `NaN`.stats/base/dists/cauchy/quantile validation prologue with namespace majority1 parent afe8812 commit a709d01
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | 77 | | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments