Skip to content

Commit d88c38b

Browse files
committed
DOC I didn't mean soft-O by "tilde notation"
1 parent d562b46 commit d88c38b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/developers/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,8 @@ Basically, to elaborate on the above, it is best to always
225225
start with a small paragraph with a hand-waiving explanation of what the
226226
method does to the data. Then, it is very helpful
227227
to point out why the feature is useful and when it should be used -
228-
the latter also including expected *big-O*
229-
( :math:`O\left(g\left(n\right)\right)` )and
230-
*soft-O* ( :math:`\tilde{O}\left(g\left(n\right)\right)` )
228+
the latter also including "big O"
229+
(:math:`O\left(g\left(n\right)\right)`)
231230
complexities of the algorithm, as opposed to just *rules of thumb*,
232231
as the latter can be very machine-dependent.
233232
If those complexities are not available, then rules of thumb

0 commit comments

Comments
 (0)