|
You are here |
retro-style.software-by-mabe.com | ||
| | | | |
basesandframes.wordpress.com
|
|
| | | | | 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... | |
| | | | |
tannerdolby.com
|
|
| | | | | Rounding numbers in Python is quite common. There might be a situation where values must only be rounded to 3 decimals or some arbitrary number. Using the built-in function round() is handy but changes the original value. | |
| | | | |
blog.m-ou.se
|
|
| | | | | A few years ago, due to some random chain of events, I ended up implementing a conversion from 128 bit integers to 64 bit floats. This would've turned out to be a complete waste of time, except that my final version is faster than the builtin conversion of every compiler I tested. In this blog post, I'll explain what happened, how floats work, how this conversion works, and how it got a bit out of hand. | |
| | | | |
www.codeandunicorns.com
|
|
| | | There comes a time for API developers when it's handy to debug on localhost, the problem is that normally there are numerous asynchronous requests from third party API's which can prove difficult to debug. | ||