Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bksaiki committed Oct 13, 2023
1 parent 91c1ca9 commit 8740196
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@
//! rounds a [`Real`] value to a floating-point number as described by
//! the IEEE 754 standard,
//! - [`FixedContext`][crate::fixed::FixedContext]
//! rounds a [`Real`] value to a fixed-point numbers.
//!
//! Planned support for posits and more!
//! rounds a [`Real`] value to a fixed-point numbers,
//! - [`PositContext`][crate::posit::PositContext]
//! rounds a [`Real`] value to a posit number as described
//! by the Posit standard.
//!

pub mod fixed;
Expand Down

0 comments on commit 8740196

Please sign in to comment.