Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
f16 is half-precision
  • Loading branch information
eyelash authored Feb 12, 2025
commit 0ca8353651e6e100224001697f9bb93f0380b037
2 changes: 1 addition & 1 deletion library/std/src/f16.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Constants for the `f16` double-precision floating point type.
//! Constants for the `f16` half-precision floating point type.
//!
//! *[See also the `f16` primitive type](primitive@f16).*
//!
Expand Down