PascalMath NuGet Package

This package is used for getting results from divisions - using div and mod from Pascal.
Example:
int x = 1;
int y = 2;
var output = new PascalMath();
string divResult = output.div(x, y);
string modResult = output.mod(x, y);.




Got any PascalMath Question?





Info

Version: 1.0.0
Author(s): Trường Giang Vũ
Last Update: Saturday, January 30, 2016
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/PascalMath


Install
Install-Package PascalMath
dotnet add package PascalMath
paket add PascalMath
PascalMath Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

3009