bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / semester_1 / letusc / interest.h

interest.h (86B)


      1 #define SIMPLE_INTEREST(p, r, t) ((p * r * t) / 100.0)
      2 #define AMOUNT(p, si) (p + si)
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror