about summary refs log tree commit diff
path: root/library/std/src/f16.rs
blob: c36f9f5d4c6a8827e33cef65786237dd5ecce3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
//! Constants for the `f16` double-precision floating point type.
//!
//! *[See also the `f16` primitive type](primitive@f16).*
//!
//! Mathematically significant numbers are provided in the `consts` sub-module.

#[cfg(test)]
mod tests;

#[unstable(feature = "f16", issue = "116909")]
pub use core::f16::consts;