Skip to main content
Commonmark migration
Source Link

#Language Agnostic, 15 chars

Language Agnostic, 15 chars

9227465/5702887 

If all you need is enough precision for an IEEE 32 bit float, you can do it in 9 chars:

6765/4181 

This will only work for languages that don't treat integer division specially.

#Language Agnostic, 15 chars

9227465/5702887 

If all you need is enough precision for an IEEE 32 bit float, you can do it in 9 chars:

6765/4181 

This will only work for languages that don't treat integer division specially.

Language Agnostic, 15 chars

9227465/5702887 

If all you need is enough precision for an IEEE 32 bit float, you can do it in 9 chars:

6765/4181 

This will only work for languages that don't treat integer division specially.

Source Link
Wug
  • 1.7k
  • 12
  • 12

#Language Agnostic, 15 chars

9227465/5702887 

If all you need is enough precision for an IEEE 32 bit float, you can do it in 9 chars:

6765/4181 

This will only work for languages that don't treat integer division specially.