Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
24418: Doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Jan 29, 2018
1 parent 0a674fd commit 4d559ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sage/symbolic/expression.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -5815,6 +5815,11 @@ cdef class Expression(CommutativeRingElement):
162.000000000000
sage: (ex+1).n()
163.000000000000
Check if :trac:`24418` is fixed::
sage: numerical_approx(2^(450232897/4888643760))
1.06591892580915
"""
if prec is None:
prec = digits_to_bits(digits)
Expand Down

0 comments on commit 4d559ee

Please sign in to comment.