-
-
Notifications
You must be signed in to change notification settings - Fork 857
Closed
Description
Description
Description
This RFC proposes
- This RFC proposes adding the package
@stdlib/constants/float32/sqrt-two
returning square root of single-precision floating-point number 2.
var FLOAT32_SQRT2 = require( '@stdlib/constants/float32/sqrt-two' );
console.log( FLOAT32_SQRT2 );
// => 1.4142135381698608
Related Issues
Related issues None.
Questions
No.
Other
No.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.
Metadata
Metadata
Assignees
Labels
No labels