Explore >> Select a destination


You are here

basesandframes.wordpress.com
| | rupertmckay.com
14.0 parsecs away

Travel
| | Rounding errors are inevitable.
| | probablydance.com
12.6 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...
| | pavpanchekha.com
9.5 parsecs away

Travel
| |
| | github.com
68.1 parsecs away

Travel
| Microsoft Authentication Library (MSAL) for JS. Contribute to AzureAD/microsoft-authentication-library-for-js development by creating an account on GitHub.