bsc

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

interest.h (142B)


      1 /*
      2  * Author  : Amit Dutta
      3  * File    : interest.h
      4  */
      5 
      6 #define SIMPLE_INTEREST(p, r, t) ((p * r * t) / 100.0)
      7 #define AMOUNT(p, si) (p + si)
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror