Top "Fixed-point" questions

Questions about fixed-point arithmetic, done using a set number of decimal places.

Rotate ImageView in Android around a fixed point using RotateAnimation

I'd like to rotate an image 360 degrees continuously around a fixed point. I've seen a few examples already such as: …

android rotation imageview fixed-point rotateanimation
Convert a double to fixed decimal point in C++

I have a double variable in C++ and want to print it out to the screen as a fixed decimal …

c++ decimal fixed-point