Returns an integer from minimum to maximum. If minimum is greater than maximum, the values are swapped to return an integer from the lower value to the higher value.
Use console.log() to output the result. console.log(mnjs.abs(-3.6)); // 3.6 acos Inverse cosine (in radians) function: acos(num) acos.rad Inverse cosine (in radians) function: acos.rad(num) acos.deg ...