Skip to content

BigFloat rounding no longer works #30188

@dpsanders

Description

@dpsanders
julia> BigFloat(1//10, RoundDown)
1.0000000000000001e-01

julia> BigFloat(1//10, RoundUp)
1.0000000000000001e-01

This is causing failures of IntervalArithmetic.jl with latest Julia master and is a regression from 1.0.2.

cc @simonbyrne

Metadata

Metadata

Assignees

No one assigned

    Labels

    regressionRegression in behavior compared to a previous version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions