@stdlib/constants-float32-fourth-pi
v0.1.0
Published
1/4 times π.
Downloads
102
Readme
FLOAT32_FOURTH_PI
One fourth times the mathematical constant π.
Installation
npm install @stdlib/constants-float32-fourth-pi
Usage
var FLOAT32_FOURTH_PI = require( '@stdlib/constants-float32-fourth-pi' );
FLOAT32_FOURTH_PI
One fourth times the mathematical constant π.
var bool = ( FLOAT32_FOURTH_PI === 7.853981852531433e-1 );
// returns true
Examples
var FLOAT32_FOURTH_PI = require( '@stdlib/constants-float32-fourth-pi' );
console.log( FLOAT32_FOURTH_PI );
// => 7.853981852531433e-1
C APIs
Usage
#include "stdlib/constants/float32/fourth_pi.h"
STDLIB_CONSTANT_FLOAT32_FOURTH_PI
Macro for one fourth times the mathematical constant π.
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
License
See LICENSE.
Copyright
Copyright © 2016-2024. The Stdlib Authors.