Skip to content

Commit 6d3cf07

Browse files
chore: reverting unwanted changes
1 parent 844cbf3 commit 6d3cf07

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • lib/node_modules/@stdlib/constants/float64/glaisher-kinkelin/examples

lib/node_modules/@stdlib/constants/float64/glaisher-kinkelin/examples/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
'use strict';
2020

2121
var A = require( './../lib' );
22-
var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
2322

24-
// console.log( 'Glaisher\'s constant: %d', A );
25-
console.log( float64ToFloat32( 1.2824271291006226 ) );
23+
console.log( 'Glaisher\'s constant: %d', A );
2624
// => 1.2824271291006226

0 commit comments

Comments
 (0)