Loan Amortisation Calculator

This application calculates loan amortisation schedules. It uses a root finding algorithm to find the optimum monthly payment. Supports all of the common interest calculation methods.

It was written as a curiosity exercise to learn Rust.

Also compiled to a WASM binary and testable via a simple web frontend.

Project link: https://github.com/nealedj/loan-amortisation-rust

Nifty tech tag lists fromĀ Wouter Beeftink