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

Commit

Permalink
trac #11840 swapped two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Mar 4, 2014
1 parent 06d4fe0 commit 2b11109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/symbolic/expression.pyx
Expand Up @@ -152,8 +152,8 @@ from sage.misc.decorators import rename_keyword
from sage.misc.superseded import deprecated_function_alias
from sage.structure.dynamic_class import dynamic_class

LOG_TEN_TWO_PLUS_EPSILON = 3.321928094887363
# a small overestimate of log(10,2)
LOG_TEN_TWO_PLUS_EPSILON = 3.321928094887363

cpdef bint is_Expression(x):
"""
Expand Down

0 comments on commit 2b11109

Please sign in to comment.