Searched defs:to_integral_exact (Results 1 – 2 of 2) sorted by relevance
2593 def to_integral_exact(self, rounding=None, context=None): member in Decimal5480 def to_integral_exact(self, a): member in Context
997 …ALWAYS_INLINE Decimal to_integral_exact(Context& c=context) const { return unary_func(mpd_qround_t… in to_integral_exact() function in decimal::Decimal