Skip to content

Balrex/Complex-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Complex numbers

Task: write a complex class that allows the user to work with complex numbers.

  • the work consists of three files: complex.java — implementation of methods of the complex class; test-complex.java — testing and testing capabilities class;

  • the complex class must contain fields for storing the real and imaginary parts of a complex number;

  • the complex class must contain the following methods: default constructor, constructor with 2 parameters, calculation of the number module, calculation of the number argument, arithmetic operations (+,-).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages