Table of Contents

Namespace LfrlAnvil.Numerics

Classes

MathUtils

Contains helper math-related methods.

Structs

Fixed

Represents a lightweight base-10 real number with fixed decimal Precision.

Fraction

Represents a lightweight fraction, that is a number with separate Numerator and Denominator.

IntegerFixedPartition

A lightweight representation of an enumerable partition of an ulong into specified number of parts.

IntegerFixedPartition.Enumerator

Lightweight enumerator implementation for IntegerFixedPartition.

IntegerPartition

A lightweight representation of an enumerable partition of an ulong into specified fractional parts.

IntegerPartition.Enumerator

Lightweight enumerator implementation for IntegerPartition.

Percent

Represents a lightweight percentage.