AdamWhite
NuGet publisher profile
Packages (13)
ExtendedNumerics.BigDecimal
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
ExtendedNumerics.BigRational
Arbitrary precision rational number class. Stores the numerator and denominator.
ExtendedArithmetic.Polynomial
A univariate, sparse, symbolic, BigInteger polynomial arithmetic class.
ExtendedNumerics.BigComplex
Arbitrary precision complex (imaginary) numbers.
BuildBundlerMinifier2022.Core
Bundles and minifies CSS, JS and HTML files
ExtendedArithmetic.MultivariatePolynomial
A symbolic, multivariate integer polynomial arithmetic library.
ExtendedArithmetic.GenericPolynomial
Library to perform symbolic polynomial arithmetic on generic numeric types.
ExtendedArithmetic.GenericArithmetic
A generic arithmetic library. Allows you to perform arithmetic on any numeric type. All .NET numeric value types are supported, as is any custom numeric type--just implement the numeric operator overloads.
ExtendedArithmetic.GenericVector
A generic Vector numeric type. Supports: Scalar arithmetic, vector arithmetic, square root, dot product, normal, reflection, distance, lerp, sum of squares and cosine similarity.
ExtendedArithmetic.GenericMultivariatePolynomial
A symbolic, multivariate integer polynomial arithmetic library.
EntityJustWorks.SQL
Data first or code first ORM. Entity-object-class-poco to SQL repository mapping, and vice versa. Data to C-Sharp class code or emit assembly. Can dynamically generate assemblies, C-Sharp code, and SQL scripts for CREATE TABLE, INSERT, and UPDATE.
ExtendedArithmetic.ComplexPolynomial
A complex polynomial arithmetic class..
Wpf3DModelFiles
A simple library that parses 3MF and STL (both ASCII and Binary) 3D model files and outputs a MeshGeometry3D, GeometryModel3D, XAML markup code or a collection of Triangle3D.