FLOAT32_TWO_PI

The mathematical constant π times 2.

Usage

var FLOAT32_TWO_PI = require( '@stdlib/constants/float32/two-pi' );

FLOAT32_TWO_PI

The mathematical constant π times 2.

var bool = ( FLOAT32_TWO_PI === 6.2831854820251465 );
// returns true

Examples

var FLOAT32_TWO_PI = require( '@stdlib/constants/float32/two-pi' );

console.log( FLOAT32_TWO_PI );
// => 6.2831854820251465

C APIs

Usage

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

STDLIB_CONSTANT_FLOAT32_TWO_PI

Macro for The mathematical constant π times 2.

Did you find this page helpful?