Skip to content

Latest commit

 

History

History
121 lines (69 loc) · 2.32 KB

File metadata and controls

121 lines (69 loc) · 2.32 KB

FLOAT16_FOURTH_PI

One fourth times the mathematical constant π (pi).

Usage

var FLOAT16_FOURTH_PI = require( '@stdlib/constants/float16/fourth-pi' );

FLOAT16_FOURTH_PI

One fourth times the mathematical constant π (pi).

var bool = ( FLOAT16_FOURTH_PI === 0.78515625 );
// returns true

Examples

var FLOAT16_FOURTH_PI = require( '@stdlib/constants/float16/fourth-pi' );

console.log( FLOAT16_FOURTH_PI );
// => 0.78515625

C APIs

Usage

#include "stdlib/constants/float16/fourth_pi.h"

STDLIB_CONSTANT_FLOAT16_FOURTH_PI

Macro for one fourth times the mathematical constant π (pi).