fork(1) download
  1. import java.lang.Float.intBitsToFloat
  2.  
  3. fun main(args: Array<String>) {
  4. val x = 0x4D8EF3C2
  5. println(intBitsToFloat(x))
  6. }
Success #stdin #stdout 0.09s 23896KB
stdin
Standard input is empty
stdout
2.99792448E8