Explore >> Select a destination


You are here

orlp.net
| | www.righto.com
4.9 parsecs away

Travel
| | Early microprocessors were very slow when operating with floating-point numbers. But in 1980, Intel introduced the 8087 floating-point copro...
| | kristerw.github.io
4.9 parsecs away

Travel
| | This post describes the implementation of pysmtgcc. See "GCC Translation Validation" for background information.
| | basesandframes.wordpress.com
2.9 parsecs away

Travel
| | Download Presentation part 1 Download Presentation part 2 I was trying to interpolate a scaling function on an SPU on PS3 and realized, this device has no math library. How do you write powf() without access to libm? The IEEE754 standard for floating point numbers only covers five fundamental functions - addition, subtraction, multiplication, division...
| | www.java-tv.com
22.8 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.