[RFC]: add `constants/float32/ln-sqrt-two-pi`
Neerajpathak07 opened this issue · 0 comments
Neerajpathak07 commented
Description
This RFC proposes
- To add
constants/float32/ln-sqrt-two-pito expand the scope for float32 operations.
var bool = ( FLOAT32_LN_SQRT_TWO_PI === 0.9189385175704956 );
// returns trueRelated 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:.