Hi Tomas,

you can try

display(a)

Best,

Alex.

On Friday, 22 August 2014 11:07:08 UTC+2, Tomas Krehlik wrote:
>
> I have probably a very simple and trivial question... I need to force 
> printing of a matrix inside a function for evaluation purposes. I am 
> totally fine with the standard printout when you call a variable from REPL.
> julia> a
> 2x2 Array{Int64,2}:
>  1  3
>  2  4
> However, print and show functions both give ugly hardly readable output, 
> especially when dealing with floats. What is the function that prints the 
> output as REPL does.
>
> Thanks a lot.
>
>

Reply via email to