BigInt.Abs¶ Name - Description Default Type <input> Big integer represented as bytes. Bytes <output> Big integer represented as bytes. Bytes Computes the absolute value of a big integer. Examples¶ CodeOutput 1 2 3 4 51 (BigInt) = .expected -1 (BigInt) (BigInt.Abs) (BigInt.Is .expected) (Assert.Is true true)