Module numeric

Source
Expand description

Numeric traits and utilities for SciRS2

This module provides traits and utilities for working with numeric types in scientific computing contexts.

Modules§

precision_tracking
Automated precision tracking for numerical computations
scientific_types
Specialized numeric types for scientific domains

Structs§

Scalar
Type-safe representation of a unitless quantity

Traits§

AngleConversion
Trait for converting between degrees and radians
ComplexNumber
A trait for complex number types
NumericConversion
Conversion between different numeric types
RealNumber
A trait for real-valued floating point types
ScientificInteger
A trait for integers that can be used in scientific calculations
ScientificNumber
A trait for numeric types that can be used in scientific calculations