Skip to main content

machine_limits

Function machine_limits 

Source
pub fn machine_limits(domain: &Symbol) -> Option<MachineLimits>
Expand description

Returns canonical limits for a registered fixed-width domain.

Exact rationals are unbounded and have no machine epsilon, so all fields are None. Unknown and extensible domains likewise return None rather than borrowing another domain’s constants.