1.0.0 • Published 6 years ago
will_mathlib v1.0.0
API Docs
Table of Contents
CustomMath
round
Returns number the value of a number rounded to the nearest integer.
floor
Returns number returns the largest integer less than or equal to a given number.
ceil
Returns number rounds to the next largest whole number
pad
Parameters
xa number to pad before the numberya number to pad after the number
degToRad
Parameters
degreesa number
Returns number returns a number
radToDeg
Parameters
radiansa number
Returns number to degrees
toDollars
Returns any a string
tax
Parameters
pricethe price of the itemquantitythe quantity
Returns any the tax
withTax
Parameters
ratenumber the rate of this tax
interest
Parameters
totalthe total amount of interestyearsthe total amount of years to pay of the interestratePercentthe rate at which someone needs to be there debt offroundToPlaceshow many places to round to
mortage
Parameters
principalAmountthe starting amountnumbOfPaymentsnumber of paymentsinterestthe amount of interest
intToHex
Converts an integer to a hex code
Returns string a hex code
random
Returns number a random number
randomRange
Parameters
minthe minumum numbermaxthe maximum number
randomColor
Returns string a hex code
1.0.0
6 years ago