We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d3914 commit 9014791Copy full SHA for 9014791
src/functions.jl
@@ -3,6 +3,6 @@
3
"""
4
square(x)
5
6
-Inverse of `sqrt(x)`.
+Inverse of `sqrt(x)` for non-negative `x`.
7
8
square(x) = x^2
0 commit comments