functions for dual-decimal nonnegative integer string conversion: Dec2Dual(v), Dual2Dec(v)
functions for dual-hexadecimal nonnegative integer string conversion: Hex2Dual(v), Dual2Hex(v)
functions with dual nonnegative integer results and mostly dual nonnegative integer string arguments:
Sum(v1, v2), Diff(v1, v2), Prod(v1, v2), Quot(v1, v2), Root(v), Pow(v1, v2, mod),
IsGreater(v1, v2), Avg(v1, v2), GCD(v1, v2), Mod(v1, v2), Right(v, n),
method for output of data: Output(v) |