Skip to content

[RFC]: add constants/float32/max-base10-exponent-subnormal #3093

Closed
@gururaj1512

Description

@gururaj1512

Description

This RFC proposes

  • This RFC proposes adding the package @stdlib/constants/float32/max-base10-exponent-subnormal returning maximum base 10 exponent for a subnormal single-precision floating-point number.
var FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL = require( '@stdlib/constants/float32/max-base10-exponent-subnormal' );

console.log( FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL );
// => -38

Related Issues

No response

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