GithubHelp home page GithubHelp logo

Comments (4)

nhz2 avatar nhz2 commented on June 15, 2024 5

I don't think this is a bug because the docs for ^ says.

If y is a negative integer literal, then
Base.literal_pow transforms the operation to inv(x)^-y by default, where -y is
positive.

and inv(-1) is -1.0

I think the reason for this is so that functions like foo(x::Int) = x^-1 are type stable.

from julia.

KlausC avatar KlausC commented on June 15, 2024 1

IMO the problem is, that literal_pow(x, Val{-1}) cannot be type stable and at the same time behave like x^Int(-1), because the latter throws DomainError for x = 2 while the first is supposed to return 0.5.
In order to be type stable, it has to return 1.0 for x = 1 then.

from julia.

oscardssmith avatar oscardssmith commented on June 15, 2024

the problem here is that one of the fundamental properties of literal pow is that it doesn't change the results for inputs where x^y returns an answer.

from julia.

stevengj avatar stevengj commented on June 15, 2024

I'm removing the "bug" label since this is the intended behavior for negative literal powers, regardless of the base, and it's not clear whether anything can or should be changed here in a type-stable way.

from julia.

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.