Expand description
Context is used in expressions returning BigFloat
.
Structs§
- Context
- Context contains parameters, like rounding mode and precision, as well as constant values, and is used with
expr!
macro.
Traits§
- Contextable
- Represents a type that can be used as context in
expr!
macro.