paulyang0125 / Math-Helper-Module

Math-Helper-Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math Helper Module

This is a simple math helper module that provides basic arithmetic operations.

Functions

  • add(a, b): Returns the sum of a and b.
  • subtract(a, b): Returns the difference of a and b.
  • multiply(a, b): Returns the product of a and b.
  • divide(a, b): Returns the division of a by b. Raises ValueError if b is zero.

you can approach me by my email, test, test

About

Math-Helper-Module


Languages

Language:JavaScript 32.0%Language:Python 31.0%Language:HTML 29.9%Language:CSS 7.1%