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.
abs2
1 parent 1432c6a commit 4b7e7efCopy full SHA for 4b7e7ef
src/intervals/arithmetic/absmax.jl
@@ -21,11 +21,7 @@ Base.abs(x::Complex{<:Interval}) = hypot(real(x), imag(x))
21
abs2(x::BareInterval)
22
abs2(x::Interval)
23
24
-Implement the square absolute value.
25
-
26
-!!! note
27
- This function calls `^` internally, hence it depends on
28
- `IntervalArithmetic.power_mode()`.
+Implement the square absolute value. Its behaviour depends on the current [`PowerMode`](@ref).
29
"""
30
Base.abs2(x::BareInterval) = _select_pown(x, 2) # not in the IEEE Standard 1788-2015
31
0 commit comments