Package | com.joebillman.math |
Class | public class Equate |
Inheritance | Equate ![]() |
Method | Defined By | ||
---|---|---|---|
amortization(P:int, r:int, n:int):String [static]
This function calculates a payment. | Equate |
amortization | () | method |
public static function amortization(P:int, r:int, n:int):String
This function calculates a payment.
Parameters
P:int — Principle amount.
| |
r:int — Rate.
| |
n:int — Number of payments.
|
String — String This is the money representaion.
|