Calculation Steps Now in Every Result
Hesaplayıcı
The calculators on Hesaplayıcı now show their result not only as a number but with the formula used and every step. The compound interest calculator, for example, first shows the annual rate and the term, then the final amount and the effective rate. The same steps are in the API response for developers.
What changed
- Every result has a “Step by step” section: the formula, the formula with the values put in, and the value.
- The worked example on each calculator page shows the same steps, already in the page when it loads.
- The API response has a
stepsfield that gives each step as formula, substitution and value.