abs

pure nothrow pragma(inline, true) @trusted @nogc
abs
()
(
auto ref const MpZ x
)

Return Value

Type: MpZ

absolute value of x. Written as a free function instead of MpZ-member because __traits(isRef, this) cannot be used.

Meta