FloatContext
data object FloatContext : Reification<Float> , Field<Float> , Order<Float> , Hashing<Float> (source)
Default field for Float type which values are seen as real numbers and where precision problems and occurrences of NaN, +INF, and -INF are ignored. It also implements Order and Hashing interfaces in the default understanding.
Such context is useless when used as is, but useful when used in generalised algorithms.
Properties
Link copied to clipboard
Finds reciprocal of this number in terms of the Field.
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Inverses this value in terms of the Ring.
Link copied to clipboard