emi-calc

1.0.1 • Public • Published

Emi Calculator

======================

Add To your js File


    const EMI = require('emi-calc');

    //loanAmount - int , numberOfMonths -int, rateOfInterest - int|float
    EMI(loanAmount,numberOfMonths,rateOfInterest)

    //Ex:EMI(500000,12,14.2)

    

/emi-calc/

    Package Sidebar

    Install

    npm i emi-calc

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    1.68 kB

    Total Files

    3

    Last publish

    Collaborators

    • rajesh0305