Skip to content

Commit f9a3b43

Browse files
minor fix to comment
1 parent 65998a6 commit f9a3b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/symbolic/ginac/numeric.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3665,7 +3665,7 @@ const numeric numeric::log(const numeric &b, PyObject* parent) const {
36653665
}
36663666

36673667
// General log
3668-
// Handle special cases here that return MPZ/MPQ
3668+
// Handle special cases here that return MPZ/MPQ (or an infinity)
36693669
const numeric numeric::ratlog(const numeric &b, bool& israt) const {
36703670
israt = true;
36713671
if (b.is_one()) {

0 commit comments

Comments
 (0)