TYoshimura.DoubleDouble.Complex 1.4.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package TYoshimura.DoubleDouble.Complex --version 1.4.7
                    
NuGet\Install-Package TYoshimura.DoubleDouble.Complex -Version 1.4.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TYoshimura.DoubleDouble.Complex" Version="1.4.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TYoshimura.DoubleDouble.Complex" Version="1.4.7" />
                    
Directory.Packages.props
<PackageReference Include="TYoshimura.DoubleDouble.Complex" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TYoshimura.DoubleDouble.Complex --version 1.4.7
                    
#r "nuget: TYoshimura.DoubleDouble.Complex, 1.4.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=TYoshimura.DoubleDouble.Complex&version=1.4.7
                    
Install TYoshimura.DoubleDouble.Complex as a Cake Addin
#tool nuget:?package=TYoshimura.DoubleDouble.Complex&version=1.4.7
                    
Install TYoshimura.DoubleDouble.Complex as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TYoshimura.DoubleDouble.Complex:

Package Downloads
TYoshimura.DoubleDouble.Statistic

Double-Double Statistic Implements

TYoshimura.ComplexAlgebra

Complex Algebra

TYoshimura.DoubleDouble.AdvancedIntegrate

Double-Double Numerical Advanced Integration Implements

TYoshimura.DoubleDouble.Geometry

Double-Double Geometry 2D/3D Implements

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.3 143 11/23/2024
1.8.2 96 11/22/2024
1.8.1 105 11/19/2024
1.8.0 111 11/18/2024
1.7.1 102 11/17/2024
1.7.0 115 11/14/2024
1.6.3 125 11/13/2024
1.6.2 98 11/13/2024
1.6.1 102 11/13/2024
1.6.0 146 10/31/2024
1.5.8 112 10/29/2024
1.5.7 105 10/29/2024
1.5.6 109 10/23/2024
1.5.5 101 10/21/2024
1.5.4 145 10/18/2024
1.5.3 103 10/17/2024
1.5.2 104 10/15/2024
1.5.1 104 10/14/2024
1.5.0 118 10/12/2024
1.4.9 123 9/18/2024
1.4.8 140 9/15/2024
1.4.7 159 9/7/2024
1.4.6 183 8/22/2024
1.4.5 159 8/20/2024
1.4.4 142 8/18/2024
1.4.3 134 8/17/2024
1.4.2 128 8/17/2024
1.4.1 131 8/17/2024
1.4.0 476 1/20/2024
1.3.9 157 10/8/2023
1.3.8 124 10/7/2023
1.3.7 143 9/19/2023
1.3.6 122 9/19/2023
1.3.5 119 9/18/2023
1.3.4 133 9/16/2023
1.3.3 137 9/15/2023
1.3.2 162 9/14/2023
1.3.1 144 9/9/2023
1.3.0 140 9/4/2023
1.2.1 245 3/13/2023
1.2.0 410 9/4/2022
1.1.0 468 1/21/2022
1.0.0 288 1/9/2022

add: enum util