You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/half/consts/sidebar-items.js

1 line
1.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

initSidebarItems({"constant":[["DIGITS","16-bit equivalent of `std::f32::DIGITS`"],["E","Euler's number."],["EPSILON","16-bit floating point epsilon. `9.7656e-4`"],["FRAC_1_PI","1.0/pi"],["FRAC_1_SQRT_2","1.0/sqrt(2.0)"],["FRAC_2_PI","2.0/pi"],["FRAC_2_SQRT_PI","2.0/sqrt(pi)"],["FRAC_PI_2","pi/2.0"],["FRAC_PI_3","pi/3.0"],["FRAC_PI_4","pi/4.0"],["FRAC_PI_6","pi/6.0"],["FRAC_PI_8","pi/8.0"],["INFINITY","16-bit positive infinity."],["LN_10","ln(10.0)"],["LN_2","ln(2.0)"],["LOG10_E","log10(e)"],["LOG2_E","log2(e)"],["MANTISSA_DIGITS","16-bit equivalent of `std::f32::MANTISSA_DIGITS`"],["MAX","Largest finite `f16` value. `65504`"],["MAX_10_EXP","16-bit equivalent of `std::f32::MAX_10_EXP`"],["MAX_EXP","16-bit equivalent of `std::f32::MAX_EXP`"],["MAX_SUBNORMAL","16-bit maximum subnormal value. Approx. `6.09756e5`"],["MIN","Smallest finite `f16` value."],["MIN_10_EXP","16-bit equivalent of `std::f32::MIN_10_EXP`"],["MIN_EXP","16-bit equivalent of `std::f32::MIN_EXP`"],["MIN_POSITIVE","Smallest positive, normalized `f16` value. Approx. `6.10352e5`"],["MIN_POSITIVE_SUBNORMAL","16-bit minimum positive subnormal value. Approx. `5.96046e8`"],["NAN","16-bit NaN."],["NEG_INFINITY","16-bit negative infinity."],["NEG_ZERO","16-bit floating point `-0.0`"],["ONE","16-bit floating point `1.0`"],["PI","Archimedes' constant."],["RADIX","16-bit equivalent of `std::f32::RADIX`"],["SQRT_2","sqrt(2)"],["ZERO","16-bit floating point `0.0`"]]});