We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fcf4d commit 088689aCopy full SHA for 088689a
lib/node_modules/@stdlib/stats/base/dists/t/mode/src/main.c
@@ -30,7 +30,7 @@
30
* // returns 0.0
31
*/
32
double stdlib_base_dists_t_mode( const double v ) {
33
- if ( stdlib_base_is_nan( v ) || v < 0.0) {
+ if ( stdlib_base_is_nan( v ) || v < 0.0 ) {
34
return 0.0 / 0.0; // NaN
35
}
36
return 0.0;
0 commit comments