stdlib-js/stdlib

[RFC]: add `constants/float32/ln-two-pi`

Neerajpathak07 opened this issue · 0 comments

Description

This RFC proposes

  • To add constants/float32/ln-two-pi to expand the scope for float32 operations.
var bool = ( FLOAT32_LN_TWO_PI === 1.8378770351409912 );
// returns true

Related Issues

Related issues # , # , and # .

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