0.2.1 • Published 3 months ago

@stdlib/constants-float32-pinf v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

FLOAT32_PINF

NPM version Build Status Coverage Status

Single-precision floating-point positive infinity.

Installation

npm install @stdlib/constants-float32-pinf

Usage

var FLOAT32_PINF = require( '@stdlib/constants-float32-pinf' );

FLOAT32_PINF

Single-precision floating-point positive infinity.

// FLOAT32_PINF is implicitly promoted to a double-precision floating-point number...
var bool = ( FLOAT32_PINF === Infinity );
// returns true

Examples

var FLOAT32_PINF = require( '@stdlib/constants-float32-pinf' );

console.log( FLOAT32_PINF );
// => Infinity

C APIs

Usage

#include "stdlib/constants/float32/pinf.h"

STDLIB_CONSTANT_FLOAT32_PINF

Macro for the single-precision floating-point positive infinity.


See Also


Notice

This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.

For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.

Community

Chat


License

See LICENSE.

Copyright

Copyright © 2016-2024. The Stdlib Authors.