Skip to content

Commit 7a2e948

Browse files
committed
add seealso-block
1 parent 318dd7b commit 7a2e948

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sage/functions/other.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,11 @@ def __init__(self):
678678
This function gives the order of magnitude of some expression,
679679
similar to `O`-terms.
680680
681+
.. SEEALSO::
682+
683+
:meth:`~sage.symbolic.expression.Expression.Order`,
684+
:mod:`~sage.rings.big_oh`
685+
681686
EXAMPLES::
682687
683688
sage: x = SR('x')

0 commit comments

Comments
 (0)