ephemient
02/03/2023, 1:35 PMimport kotlin.math.*
sin(85.05112877980658 * PI / 180)
• 0.9962720762207499 (Double.fromBits(0x3fefe175fa29280f)) with Java 11 and Java 17 on Linux x86-64 as well as Java 11 on Apple Silicon
• 0.99627207622075 (Double.fromBits(0x3fefe175fa292810)) with Java 17 on Apple Siliconephemient
02/03/2023, 1:35 PMephemient
02/03/2023, 1:37 PMjava.lang.StrictMath instead of java.lang.Math from `kotlin.math.*`…ephemient
02/03/2023, 11:07 PM0x1.fe175fa29280fp-1
0x1.fe175fa292810p-1
than the raw IEEE 754 bit representationPaul Griffith
02/06/2023, 6:29 PM