Giter Club home page Giter Club logo

Comments (10)

lbenet avatar lbenet commented on July 22, 2024

Note that:

julia> nextfloat(0.0)
5.0e-324

from intervalarithmetic.jl.

dpsanders avatar dpsanders commented on July 22, 2024

To fix this we would have to do all parsing via BigFloat, which may be very slow.

from intervalarithmetic.jl.

dpsanders avatar dpsanders commented on July 22, 2024
julia> x = parse(Interval{BigFloat}, "1e-400")
[0, 0]₂₅₆

There is also an error here!

from intervalarithmetic.jl.

dpsanders avatar dpsanders commented on July 22, 2024

This now gives

parse(Float64, "1e-400", RoundDown)
ERROR: ArgumentError: cannot parse "1e-400" as Float64

from intervalarithmetic.jl.

dpsanders avatar dpsanders commented on July 22, 2024

We now have

julia> parse(Interval{BigFloat}, "1e-400")
Interval(9.9999999999999993e-401, 1.0000000000000001e-400)

We should probably use the new parse with rounding that was implemented for Windows also on the other systems to avoid these problems.

from intervalarithmetic.jl.

dpsanders avatar dpsanders commented on July 22, 2024

We have

julia> convert(Interval{Float64}, parse(Interval{BigFloat}, "1e-400"))
Interval(0.0, 5.0e-324)

This is correct.

from intervalarithmetic.jl.

lucaferranti avatar lucaferranti commented on July 22, 2024

this is fixed in #522

julia> @interval "1e-400"
[0, 4.94066e-324]

julia> I"1e-400"
[0, 4.94066e-324]

from intervalarithmetic.jl.

lucaferranti avatar lucaferranti commented on July 22, 2024

@lbenet how should we deal with issues like these? Should we close them when the PR is merged to 1.0-dev or when 1.0-dev is merged to master?

from intervalarithmetic.jl.

lbenet avatar lbenet commented on July 22, 2024

We should probably keep this open to remember to port back that back from 1.0-dev... or if we don't, close them once 1.0-dev becomes 1.0 and is merged to master 😄

from intervalarithmetic.jl.

Kolaru avatar Kolaru commented on July 22, 2024

Fixed in #567

from intervalarithmetic.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.