Skip to content

Commit

Permalink
Updated show for hyperdual numbers containing NaNs
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Jun 6, 2014
1 parent 2f6d654 commit 8953249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperdual.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function hyper_show(io::IO, z::Hyper, compact::Bool)
print(io, "\u03F51\u03F52")
end
else
print(io, "Hyper(", f0, ")")
print(io, "Hyper(", f0, f1, f2, f12, ")")
end
end

Expand Down

0 comments on commit 8953249

Please sign in to comment.