General in Visual Basic

BigNumbersPermalink

Illustrates the basic use of the arbitrary precision classes: BigInteger, BigRational, BigFloat.

Show code.

Complex NumbersPermalink

Illustrates how to work with complex numbers using the DoubleComplex structure.

Show code.

Elementary FunctionsPermalink

Illustrates how to use additional elementary functions.

Show code.

FFT/Fourier TransformsPermalink

Illustrates how to compute the forward and inverse Fourier transform of a real or complex signal using classes in the Numerics.NET.SignalProcessing namespace.

Show code.

Generic AlgorithmsPermalink

Illustrates how to write algorithms that are generic over the numerical type of the arguments.

Show code.

Prime NumbersPermalink

Illustrates working with prime numbers and the IntegerMath class in the Numerics.NET namespace.

Show code.