to_integral_value(rounding=None, context=None)
Round to the nearest integer without signaling Inexact
or Rounded
. If given, applies rounding; otherwise, uses the rounding method in either the supplied context or the current context.
to_integral_value(rounding=None, context=None)
Round to the nearest integer without signaling Inexact
or Rounded
. If given, applies rounding; otherwise, uses the rounding method in either the supplied context or the current context.
Please login to continue.