Skip to content

NIMICODER/MathematicalOperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathematicalOperationNuget

This package implements simple to complex mathematical operations.

Built With

  • Language: C#
  • Frameworks: .NET Standard 2.0

Getting Started

- To install this package using the .NET CLI, run: `dotnet add package Mathnugett --version 1.0.0`
- To Instal using Visual Studio:
- Right-click on project dependencies
- Select manage Nuget packages
- Search `Mathnugett`
- Click install

Usage

This package only accepts and returns integer data types in the console. This package can perform Addition, Subtraction, Multiplication, Division, RaiseToPower, Square, Hypotenuse operations. You can perform simple to complex mathematical operations after instantiating the Operations class lIbrary.

using MathematicalOperations;
namespace MathNuget
{
    internal class Program
    {
        static void Main(string[] args)
        {
          Var ops = new Operations();
          ops.Multiplication(10, 5);
        }
    }
}

Authors

👤 David Ukpoju

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page]https://github.com/NIMICODER/MathematicalOperations/issues).

Show your support

Give a ⭐️ if you like this project!

About

A nuget package for implementing simple to complex mathematical operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages