You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to interpolate the value of a variable into the text using the backtick jl construction but with the compact display for floating point values.
The display defaults to the non-compact representation which produces more digits than I want. Is there a relatively simple way of setting :compact = true on the IO stream where these values are interpolated?
The text was updated successfully, but these errors were encountered:
I would like to be able to interpolate the value of a variable into the text using the backtick
jl
construction but with the compact display for floating point values.The display defaults to the non-compact representation which produces more digits than I want. Is there a relatively simple way of setting
:compact = true
on the IO stream where these values are interpolated?The text was updated successfully, but these errors were encountered: