O
Examples
open all close allBasic Examples (1)
Scope (2)
Like approximate numbers, approximate functions are contagious:
Exp[x] + O[x] ^ 6Pi ^ 2 + 1.3O can be used to drop higher-order terms:
1 + x ^ 10 + O[x] ^ 5Generalizations & Extensions (3)
O[x,x0] represents a term with expansion point x0:
Exp[x] + O[x, 1] ^ 5With expansion point ∞, the effective variable is
:
1 / (1 + x) ^ 2 + O[x, Infinity] ^ 10An expression involving O is converted to a SeriesData object:
InputForm[x + x ^ 2 / 2 + O[x] ^ 10]Applications (1)
See Also
Tech Notes
Related Guides
History
Introduced in 1988 (1.0)
Text
Wolfram Research (1988), O, Wolfram Language function, https://reference.wolfram.com/language/ref/O.html.
CMS
Wolfram Language. 1988. "O." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/O.html.
APA
Wolfram Language. (1988). O. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/O.html
BibTeX
@misc{reference.wolfram_2026_o, author="Wolfram Research", title="{O}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/O.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_o, organization={Wolfram Research}, title={O}, year={1988}, url={https://reference.wolfram.com/language/ref/O.html}, note=[Accessed: 12-June-2026]}