Skip to content

[RFC]: add constants/float32/sqrt-two #3327

@gururaj1512

Description

@gururaj1512

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions