TYoshimura.DoubleDouble.Complex
1.3.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TYoshimura.DoubleDouble.Complex --version 1.3.4
NuGet\Install-Package TYoshimura.DoubleDouble.Complex -Version 1.3.4
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.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TYoshimura.DoubleDouble.Complex" Version="1.3.4" />
<PackageReference Include="TYoshimura.DoubleDouble.Complex" />
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.3.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TYoshimura.DoubleDouble.Complex, 1.3.4"
#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.
#:package TYoshimura.DoubleDouble.Complex@1.3.4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TYoshimura.DoubleDouble.Complex&version=1.3.4
#tool nuget:?package=TYoshimura.DoubleDouble.Complex&version=1.3.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DoubleDoubleComplex
Double-Double Complex and Quaternion Implements
Requirement
.NET 7.0
Install
- Import DoubleDouble(https://github.com/tk-yoshimura/DoubleDouble)
Usage
Complex z = "1+16i"; // z = (1, 16), new Complex(1, 16);
Complex c = Complex.Gamma(z);
Console.WriteLine(c);
Licence
Author
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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.
-
net7.0
- TYoshimura.DoubleDouble (>= 2.9.7)
NuGet packages (5)
Showing the top 5 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 |
|
|
TYoshimura.DoubleDouble.Polynomial
Double-Double Polynomial Implements |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.1 | 240 | 12/6/2025 |
| 1.8.3 | 328 | 11/23/2024 |
| 1.8.2 | 262 | 11/22/2024 |
| 1.8.1 | 229 | 11/19/2024 |
| 1.8.0 | 249 | 11/18/2024 |
| 1.7.1 | 220 | 11/17/2024 |
| 1.7.0 | 256 | 11/14/2024 |
| 1.6.3 | 238 | 11/13/2024 |
| 1.6.2 | 210 | 11/13/2024 |
| 1.6.1 | 212 | 11/13/2024 |
| 1.6.0 | 330 | 10/31/2024 |
| 1.5.8 | 223 | 10/29/2024 |
| 1.5.7 | 225 | 10/29/2024 |
| 1.5.6 | 213 | 10/23/2024 |
| 1.5.5 | 222 | 10/21/2024 |
| 1.5.4 | 262 | 10/18/2024 |
| 1.5.3 | 216 | 10/17/2024 |
| 1.5.2 | 242 | 10/15/2024 |
| 1.3.4 | 208 | 9/16/2023 |
Loading failed
add complex erf