Is there a good reason for this?

              _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.1 (2015-11-08 10:33 UTC)
 _/ |\__'_|_|_|\__'_|  |  
|__/                   |  x86_64-redhat-linux

julia> Int32(5730)*86400000
495072000000

julia> Int32[5730]*86400000
ERROR: InexactError()
 in .* at arraymath.jl:127
 in * at abstractarraymath.jl:55

julia> 

Thanks,
Stephan

Reply via email to