How to do arithmetic with a formula that contains big O notation

45 Views Asked by At

For example, I want to use the formula

$ \operatorname{foo}(n)= 1/5 \pi +\log(n) + \pi n + 1/2 + O(n^{-m}) $

How can I evaluate for $n=4$ when I know that $m>0$