mymath32 1.0.0
dotnet add package mymath32 --version 1.0.0
NuGet\Install-Package mymath32 -Version 1.0.0
<PackageReference Include="mymath32" Version="1.0.0" />
<PackageVersion Include="mymath32" Version="1.0.0" />
<PackageReference Include="mymath32" />
paket add mymath32 --version 1.0.0
#r "nuget: mymath32, 1.0.0"
#:package mymath32@1.0.0
#addin nuget:?package=mymath32&version=1.0.0
#tool nuget:?package=mymath32&version=1.0.0
MyMath Library
Overview
The MyMath library is a C# utility that simplifies common arithmetic operations by providing a set of static functions. Whether you need to perform basic addition, subtraction, multiplication, or division, this library has you covered for both integer and double data types.
Features
Addition and Subtraction:
- Easily add or subtract two numbers, supporting both integers and double values.
- Use a parameterized function to add multiple integers dynamically.
Multiplication:
- Multiply two integers efficiently, catering to a variety of computational requirements.
Division:
- Perform integer division and receive both the quotient and remainder as a tuple.
Getting Started
Installation
To use the MyMath library in your C# project, follow these steps:
- Install the library via NuGet Package Manager:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 216 | 2/23/2024 |
The MyMath library is a versatile and user-friendly mathematical utility designed to simplify common arithmetic operations in C# applications. This library provides a set of static functions that cover fundamental mathematical operations, including addition, subtraction, multiplication, and division, catering to both integer and double data types.