UNPKG

karan-math-package

Version:

It is a math library

3 lines 57 B
export function mul(num1,num2){ return num1*num2; }