Metadata >> NuGet >> NeinMath

NeinMath

Metadata

Authors Axel Heer
Copyrights Copyright © 2011-2015 Axel Heer
Description NeinMath is playing around with arbitrary precision integers, written in pure managed code, not using any unsafe stuff, and a bit faster than the build-in .NET type for integers with a few thousand bits.
LicenseUrl http://opensource.org/licenses/mit
Owners Axel Heer
ProjectUrl http://github.com/axelheer/nein-math
ReleaseNotes Fixed bug within `ToByteArray`.
RequireLicenseAcceptance False
Tags Math BigInteger
Title NeinMath
PackageSize 81327
PackageHashAlgorithm SHA512
PackageHash hx9k4e+xSaivDcGrrlFfYO9+q6UXxx1lm6vE0BTHi8jIGTWcdGV6ESmRyGMoz95DkFl8peb5nf/P4SikM7EsZg==
DownloadCount 000000
CreatedDate 2015-09-13T14:09:42
Dependencies System.Globalization:4.0.0:Unsupported|System.Runtime:4.0.0:Unsupported|System.Runtime.Extensions:4.0.0:Unsupported|::net40

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install NeinMath -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install NeinMath -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package NeinMath
Installing the package (HTTP Basic authentication):
Install-Package NeinMath -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package NeinMath -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package NeinMath

OpenWrap

Installing the package:
o add-wrap NeinMath
Uninstalling the package:
o remove-wrap NeinMath

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0