Skip to content

tk-yoshimura/DoubleDoubleComplex

Repository files navigation

DoubleDoubleComplex

Double-Double Complex and Quaternion Implements

Requirement

.NET 8.0
DoubleDouble

Install

Download DLL
Download Nuget

Usage

Complex z = "1+16i"; // z = (1, 16), new Complex(1, 16);
Complex c = Complex.Gamma(z);

Console.WriteLine(c);

Licence

MIT

Author

T.Yoshimura