UNPKG

atharva-aher-math-package

Version:

it is a math library

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