Struct FpResult

Source
pub struct FpResult<T> {
    pub val: T,
    pub status: Status,
}
Expand description

A value combined with a floating point status.

Fields§

§val: T§status: Status