Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the derivative of sqrt cannot be computed if its argument evaluates to zero #486

Open
joostvanzwieten opened this issue Dec 5, 2019 · 0 comments

Comments

@joostvanzwieten
Copy link
Member

Example:

from nutils.function import Argument, sqrt, derivative
import numpy
x = Argument('x', [])
derivative(sqrt(x), x).eval(x=numpy.array(0))

gives RuntimeWarning: divide by zero encountered in power.

@joostvanzwieten joostvanzwieten changed the title the derivative of sqrt cannot be computed if its argument evaluates tot zero the derivative of sqrt cannot be computed if its argument evaluates to zero Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant