General in C#
Complex Numbers
Illustrates how to work with complex numbers using the DoubleComplex structure.
Elementary Functions
Illustrates how to use additional elementary functions.
BigNumbers
Illustrates the basic use of the arbitrary precision classes: BigInteger, BigRational, BigFloat.
Prime Numbers
Illustrates working with prime numbers and the IntegerMath class in the Numerics.NET namespace.
FFT/Fourier Transforms
Illustrates how to compute the forward and inverse Fourier transform of a real or complex signal using classes in the Numerics.NET.SignalProcessing namespace.
Generic Algorithms
Illustrates how to write algorithms that are generic over the numerical type of the arguments.