Hey guys, is there any built-in way to assert equality of doubles/floats in Kotlin tests? (maybe with a given delta)
I'm especially interested in the JVM platform, but if there are some multiplatform ways from
kotlin-test
I'd be happy to learn about them