Skip to content
  • Sponsor stdlib-js/stdlib

  • Notifications You must be signed in to change notification settings
  • Fork 807

Files

Latest commit

 

History

History
123 lines (70 loc) · 2.48 KB

File metadata and controls

123 lines (70 loc) · 2.48 KB

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.