martmists
01/25/2025, 11:23 PMBigNum(doubleArrayOf(1.0, Double.NaN))
Is this a known issue, and if so, how do I fix it?Klitos Kyriacou
01/26/2025, 1:27 PMb
is a BigNum
and n
is a Number
with equivalent value, then b.equals(n)
is true but n.equals(b)
is false.