Explore >> Select a destination


You are here

clemenswinter.com
| | orlp.net
16.0 parsecs away

Travel
| |
| | www.pagetable.com
17.7 parsecs away

Travel
| |
| | probablydance.com
19.2 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...
| | www.moddable.com
70.8 parsecs away

Travel
| Presentation to TC39, the JavaScript language committee, to introduce XS, the JavaScript engine by Moddable Tech. Background on the XS engine and technical details on techniques used to minimize memory and code size, while maintaining near full conformance.