Skip to content

Commit 72a99a1

Browse files
feat(constants): add float32 ln-ten constant
1 parent 10e0702 commit 72a99a1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/ln-ten/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/ln-ten/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tape( 'main export is a number', function test( t ) {
3535
t.end();
3636
});
3737

38-
tape( 'export is a double-precision floating-point number equal to ` 2.3025851249694824`', function test( t ) {
38+
tape( 'export is a single-precision floating-point number equal to ` 2.3025851249694824`', function test( t ) {
3939
t.equal( FLOAT32_LN10, lnf( 10.0 ), 'equals 2.3025851249694824' );
4040
t.end();
4141
});

0 commit comments

Comments
 (0)