It seems I am missing something on my julia install. At the help prompt the 
text comes up with a bunch of formatting tags - see below. Is this Latex or 
seomthing? How do I get it to appear as a nicely formatted graphic or 
stylized text? Thanks :)


help?> ifft
Base.ifft(A[, dims])

   Multidimensional inverse FFT.

   A one-dimensional inverse FFT computes

      \operatorname{IDFT}(A)[k] =
      \frac{1}{\operatorname{length}(A)}
      \sum_{n=1}^{\operatorname{length}(A)}
      \exp\left(+i\frac{2\pi (n-1)(k-1)}
      {\operatorname{length}(A)} \right) A[n].

   A multidimensional inverse FFT simply performs this operation along
   each transformed dimension of "A".

Reply via email to