Module wasmtime_environ::__core::f128::consts
source · 🔬This is a nightly-only experimental API. (
f128
)Expand description
Basic mathematical constants.
Constants§
- EExperimentalEuler’s number (e)
- EGAMMAExperimentalThe Euler-Mascheroni constant (γ)
- FRAC_1_PIExperimental1/π
- FRAC_1_SQRT_2Experimental1/sqrt(2)
- FRAC_1_SQRT_3Experimental1/sqrt(3)
- FRAC_1_SQRT_2PIExperimental1/sqrt(2π)
- FRAC_1_SQRT_PIExperimental1/sqrt(π)
- FRAC_2_PIExperimental2/π
- FRAC_2_SQRT_PIExperimental2/sqrt(π)
- FRAC_PI_2Experimentalπ/2
- FRAC_PI_3Experimentalπ/3
- FRAC_PI_4Experimentalπ/4
- FRAC_PI_6Experimentalπ/6
- FRAC_PI_8Experimentalπ/8
- LN_2Experimentalln(2)
- LN_10Experimentalln(10)
- LOG2_10Experimentallog2(10)
- LOG2_EExperimentallog2(e)
- LOG10_2Experimentallog10(2)
- LOG10_EExperimentallog10(e)
- PHIExperimentalThe golden ratio (φ)
- PIExperimentalArchimedes’ constant (π)
- SQRT_2Experimentalsqrt(2)
- SQRT_3Experimentalsqrt(3)
- TAUExperimentalThe full circle constant (τ)