File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -326,14 +326,6 @@ Return the square root of the argument to full precision. The result is\n\
326326correctly rounded using the ROUND_HALF_EVEN rounding mode.\n \
327327\n " );
328328
329- PyDoc_STRVAR (doc_to_integral_value,
330- " to_integral_value($self, /, rounding=None, context=None)\n --\n\n \
331- Round to the nearest integer without signaling Inexact or Rounded. The\n \
332- rounding mode is determined by the rounding parameter if given, else by\n \
333- the given context. If neither parameter is given, then the rounding mode\n \
334- of the current default context is used.\n \
335- \n " );
336-
337329
338330/* *****************************************************************************/
339331/* Context Object and Methods */
You can’t perform that action at this time.
0 commit comments