Skip to content

Commit e930884

Browse files
authored
docs: remove comment
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 1cc90db commit e930884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/constants/float16/half-ln-two/lib

lib/node_modules/@stdlib/constants/float16/half-ln-two/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @type {number}
4343
* @default 0.3466796875
4444
*/
45-
var FLOAT16_HALF_LN2 = 0.3466796875; // 0x3EB17218
45+
var FLOAT16_HALF_LN2 = 0.3466796875;
4646

4747

4848
// EXPORTS //

0 commit comments

Comments
 (0)