convert(::Type{BigFloat}, ...)
uses the current rounding mode, shouldn't it instead always use RoundNearest
?
#55924
Labels
I think it'd make more sense for
convert(::Type{BigFloat}, ::Any)
not to depend on the current rounding mode. It could always useRoundNearest
, no? Would that be a breaking change?The text was updated successfully, but these errors were encountered: