there is ``bitsToFloat`` what about the opposite f...
# kotlin-native
s
there is ``bitsToFloat`` what about the opposite float to intbits ? EDIT: oh nevermind there is float.bits()
oh
Copy code
exception: kotlin.NotImplementedError: An operation is not implemented: @konan.internal.Intrinsic public external fun bitsToFloat(bits: <http://kotlin.Int|kotlin.Int>): kotlin.Float defined in kotlinx.cinterop[DeserializedSimpleFunctionDescriptor@254513e8]
all works except for the float, if someone have an idea i take it 😛
o
we’re looking on that
❤️ 1