Draft

Simple Math Library

Description:

Write a simple library of the four basic math functions - add, subtract, multiply, and divide. Each function will take in two numbers and return the result of that operation on those two numbers. For example, calling

add(7, 3)

would return 10, and

multiply(7, 3)

would return 21.

For this kata, only valid numbers will be entered as parameters, so don't worry about error handling. Exactly two parameters will be passed to each function

Mathematics

More By Author:

Check out these other kata created by lpabst

Stats:

CreatedAug 30, 2017
Warriors Trained114
Total Skips8
Total Code Submissions150
Total Times Completed80
JavaScript Completions80
Total Stars2
% of votes with a positive feedback rating56% of 48
Total "Very Satisfied" Votes19
Total "Somewhat Satisfied" Votes16
Total "Not Satisfied" Votes13
Total Rank Assessments51
Average Assessed Rank
7 kyu
Highest Assessed Rank
1 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • lpabst Avatar
  • cliffstamp Avatar
Ad