General in Visual Basic

Complex Numbers

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

Show code.

Elementary Functions

Illustrates how to use additional elementary functions.

Show code.

BigNumbers

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

Show code.

Prime Numbers

Illustrates working with prime numbers and the IntegerMath class in the Extreme.Mathematics namespace.

Show code.

FFT/Fourier Transforms

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

Show code.

Generic Algorithms

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

Show code.