
C#: complex numbers p1: defining the class
Let's see a simple way to model complex numbers in C#.
First of all, let's create a simple console project in .NET Core and add a class file into the solution. We choose Z as the name of the class to match the mathematical notation of complex number...
Read: https://blog.popolo.dev/c-complex-numbers-p1-defining-the-class
Let's see a simple way to model complex numbers in C#.
First of all, let's create a simple console project in .NET Core and add a class file into the solution. We choose Z as the name of the class to match the mathematical notation of complex number...
Read: https://blog.popolo.dev/c-complex-numbers-p1-defining-the-class