Returns the absolute value for a given BigInt
absBigInt(-1n) // 1nabsBigInt(1n) // 1n Copy
absBigInt(-1n) // 1nabsBigInt(1n) // 1n
Returns the absolute value for a given BigInt