We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e74f63 commit ba07614Copy full SHA for ba07614
1 file changed
src/app/calc.ts
@@ -38,3 +38,4 @@ export async function calc(formData: FormData) {
38
function calcYearlyRate(creditSum: number, interest: number) {
39
return (creditSum * interest) / 100;
40
}
41
+
0 commit comments