Skip to main content
Post Undeleted by jdt
deleted 248 characters in body
Source Link
jdt
  • 5.1k
  • 1
  • 16
  • 21

C (gcc)C# (.NET Core 6), 2330 bytes

#define f(x)*(float*)&x
BitConverter.Int32BitsToSingle

Try it online!.NET Fiddle!

C (gcc), 23 bytes

#define f(x)*(float*)&x

Try it online!

C# (.NET Core 6), 30 bytes

BitConverter.Int32BitsToSingle

.NET Fiddle!

Post Deleted by jdt
added 4 characters in body
Source Link
jdt
  • 5.1k
  • 1
  • 16
  • 21

C (gcc), 23 bytes

#define f(x)*(float*)&x

Try it online!Try it online!

C (gcc), 23 bytes

#define f(x)*(float*)&x

Try it online!

C (gcc), 23 bytes

#define f(x)*(float*)&x

Try it online!

Source Link
jdt
  • 5.1k
  • 1
  • 16
  • 21

C (gcc), 23 bytes

#define f(x)*(float*)&x

Try it online!