- Author
- tjgurwara99
-
A basic implementation of Complex Number field as a class with operators overloaded to accommodate (mathematical) field operations.
+
An implementation of Complex Number as Objects.
+
- Author
- tjgurwara99
+
A basic implementation of Complex Number field as a class with operators overloaded to accommodate (mathematical) field operations.
-
-
◆ get_rand()
-
-
-
-
-
- | double get_rand |
- ( |
- | ) |
- |
-
-
-
-
Function to get random numbers to generate our complex numbers for test
-
186 {
return (
std::rand() % 100 - 50) / 100.f; }
-
-
-
-
-
◆ main()
@@ -172,10 +156,10 @@ Here is the call graph for this function: