[RFC]: add `constants/float32/pi-squared`
Neerajpathak07 opened this issue · 0 comments
Neerajpathak07 commented
Description
This RFC proposes
- To add
constants/float32/pi-squaredto expand the scope for float32 operations.
var bool = ( FLOAT32_PI_SQUARED === 9.869604110717773 );
// 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:.