Skip to content

SunamoNumbers

Generating, calculating with numbers


A platform-independent .NET library for numeric operations including statistical calculations, number normalization, interval parsing, and mathematical utilities.

Features

  • Statistical Calculations: Median, average, min/max computations with NH (Number Helper)
  • Interval Parsing: Parse numeric intervals and single values from strings with NumberService
  • Number Normalization: Convert signed numeric types to unsigned equivalents with NormalizeNumbers
  • Math Utilities: Highest Common Factor (HCF) and Lowest Common Factor (LCF) with MH
  • Range Generation: Generate sequential number lists and intervals with LinearHelper
  • Value Tracking: Track minimum/maximum values with LowHighHelper

Installation

dotnet add package SunamoNumbers

Target Frameworks

  • .NET 10.0
  • .NET 9.0
  • .NET 8.0

Projects

Project Description
SunamoNumbers Main library with number utilities
SunamoNumbers.Tests Unit tests using xUnit
RunnerNumbers Console runner for manual test execution

License

MIT