Skip to content

philanimbeje/BasicMathFunction

Repository files navigation

BasicMathFunction

NugetPacketPractise

Setup

Instantiate the 'Arithmetic' class to access the following mathematical operations

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Factoral
  • Power

Overloads will inform what data types are used for each method.

Example

var math = new Arithmetic();
var sum = math.Addition(2,5);
var factoral = math.Factoral(5);

About

NugetPacketPractise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages