AppRecs review analysis
AppRecs rating . Trustworthiness 60 out of 100. Review manipulation risk 31 out of 100. Based on a review sample analyzed.
★
AppRecs Rating
Ratings breakdown
5 star
100%
4 star
0%
3 star
0%
2 star
0%
1 star
0%
What to know
✓
High user satisfaction
100% of sampled ratings are 5 stars
About FixedPointCalc
* When you input a real number, it's converted to a fixed point number(hexadecimal, binary number).
* When you input a fixed point number, it's converted to a real number.
* Any fixed point number formats are available.
* You can set the rounding mode and overflow mode(Wrap around or Saturation).
* The four basic arithmetic operations and logical operations are available.
How to use:
* Set the fixed point number format. Tap the button on the upper left to set the signed or unsigned, the total bit length and the integer bit length.
* The format represents as Q format. Qm.f means m integer bits and f fractional bits.
* UQm.f means unsigned value.
* Tap the button on the upper right to set the rounding mode and overflow mode.
* Rounding modes are:
* UP: Rounding mode where positive values are rounded towards positive infinity and negative values towards negative infinity.
* DOWN: Rounding mode where the values are rounded towards zero.
* CEILING: Rounding mode to round towards positive infinity.
* FLOOR: Rounding mode to round towards negative infinity.
* HALF_UP: Rounding mode where values are rounded towards the nearest neighbor. Ties are broken by rounding up.
* HALF_DOWN: Rounding mode where values are rounded towards the nearest neighbor. Ties are broken by rounding down.
* HALF_EVEN: Rounding mode where values are rounded towards the nearest neighbor. Ties are broken by rounding to the even neighbor.
* Over flow modes are:
* Saturate: Do the saturate calculation.
* Wrap around: The overflowed bits are discarded.
* Select the radix by tapping Dec, Hex and Bin.
* Dec: You can input a real number. During input, the input value is displayed on the left side of the arrow and the value rounded to the fixed decimal point is displayed on the right side.
* Hex: You can input a hexadecimal number in fixed point number format.
* Bin: You can input a binary number in fixed point number format.
* AC key clears calculation.
* BS key means 'back space'.
* Multiplication and division takes precedence over addition and subtraction. So 1 + 2 x 3 = 7.
FixedPointCalc Screenshots
Tap to Rate:
Reviews for FixedPointCalc
Stephen Mueller
10/7/2025
Exactly what I needed! The app's quick description is a little too short to do it justice. You can specify the arbitrary fixed point bit width of your result, both int and frac bits, and signed/unsigned. It supports greater than 64 bit values. Great for checking fixed point, math heavy digital designs.
John Sylvester
8/31/2023
A specialised calculator, but when working with processors becomes invaluable for clarifying/checking results are what you expect. So far works flawlessly.