math_ds
v2.0.2
Published
* addition - Adds two numbers and returns the results. * subtraction - Subtracts the second number from the first and returns the results. * multiplication - Multiplies two numbers and returns the results. * division Divides - the first number by the s
Downloads
3
Readme
Math_ds Package
The following functions are available in the math_ds package.
- addition - Adds two numbers and returns the results.
- subtraction - Subtracts the second number from the first and returns the results.
- multiplication - Multiplies two numbers and returns the results.
- division Divides - the first number by the second number and returns the results.
- calculateAreaOfCircle - calculates the area of a circle