Natural logarithm of the mathematical constant π as a single-precision floating-point number.
var FLOAT32_LN_PI = require( '@stdlib/constants/float32/ln-pi' );Natural logarithm of the mathematical constant π as a single-precision floating-point number.
var bool = ( FLOAT32_LN_PI === 1.1447298526763916 );
// returns truevar FLOAT32_LN_PI = require( '@stdlib/constants/float32/ln-pi' );
console.log( FLOAT32_LN_PI );
// => 1.1447298526763916#include "stdlib/constants/float32/ln_pi.h"Macro for the natural logarithm of the mathematical constant π as a single-precision floating-point number.
@stdlib/constants/float32/pi: π.@stdlib/constants/float64/ln-pi: natural logarithm of π.