stdlib-js/stdlib

[RFC]: add `constants/float32/pi-squared`

Neerajpathak07 opened this issue · 0 comments

Description

This RFC proposes

  • To add constants/float32/pi-squared to expand the scope for float32 operations.
var bool = ( FLOAT32_PI_SQUARED === 9.869604110717773 );
// returns true

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:.