decimalHypot

Undocumented in source. Be warned that the author may not have intended to support it.

package @safe pure nothrow @nogc
decimalHypot
(
D1
D2
D
)
(
auto const ref D1 x
,
auto const ref D2 y
,
out D z
,
const int precision
,)
if (
isDecimal!(D1, D2) &&
is(D : CommonDecimal!(D1, D2))
)

Meta