Explore >> Select a destination


You are here

donsbot.com
| | roscidus.com
11.2 parsecs away

Travel
| | This post evaluates the programming languages ATS, C#, Go, Haskell, OCaml, Python and Rust to try to decide which would be the best language in which ...
| | aradaelli.com
11.1 parsecs away

Travel
| |
| | probablydance.com
16.5 parsecs away

Travel
| | Here is a rough approximation of float multiplication (source): float rough_float_multiply(float a, float b) { constexpr uint32_t bias = 0x3f76d000; return bit_cast(bit_cast(a) + bit_cast(b) - bias); } We're casting the floats to ints, adding them, adjusting the exponent, and returning as float. If you think about it for a second you will realize that since...
| | without.boats
105.6 parsecs away

Travel
|