Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @type {integer32}
* @default 23
*/
var FLOAT32_NUM_SIGNIFICAND_BITS = 23|0;
var FLOAT32_NUM_SIGNIFICAND_BITS = 23|0; // asm type annotation

Check warning on line 42 in lib/node_modules/@stdlib/constants/float32/num-significand-bits/lib/index.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Identifier name 'FLOAT32_NUM_SIGNIFICAND_BITS' is too long (> 25)


// EXPORTS //
Expand Down