Big $O$ notation clarification

22 Views Asked by At

I've encountered something of the form: $$f(n)O(g(n))$$

I think this is equivalent to $O(g(n)f(n))$, but is this true?