Quantcast
Channel: Adding optional argument (as exponent) to custom math expressions - TeX - LaTeX Stack Exchange
Browsing latest articles
Browse All 2 View Live

Image may be NSFW.
Clik here to view.

Answer by Phelype Oleinik for Adding optional argument (as exponent) to...

You can use a flag value to represent “no value”. In this case, since it's for typesetting, it's pretty safe to use an empty default and test for that:\newcommand\bigO[2][]%...

View Article


Adding optional argument (as exponent) to custom math expressions

I want to define a command \bigO where if I type something like \bigO[3]{\epsilon} it gives $\mathcal{O}(\epsilon^3)$, and if I leave out the optional argument and have \bigO{\epsilon} it defaults to...

View Article

Browsing latest articles
Browse All 2 View Live