152 Commits (develop)

Author SHA1 Message Date
Lukas Reichwein 08396a8d2c fixed a Typo in the EqualsComplexNumversTest class to EqualsComplexNumbersTest class 5 years ago
Lukas Reichwein 940b433a49 changed division test to use hamcrest assertThat instead of assertTrue 5 years ago
Lukas Reichwein abed67ee68 changed mutipication tests to use hamcrest asserThat instead of assertTrue 5 years ago
Lukas Reichwein c1c08558ca changed SubstrationTests to use hamcrest assertThat instead of assertTrue 5 years ago
Lukas Reichwein ba9015387f Changed AddComplexNumberTest to use hamcrest assertThat instead of assertTrue 5 years ago
Lukas Reichwein 3cf9fc1ba5 changed tests for the conjugation of conplex numbers to use hamcrest asserrThat 5 years ago
Lukas Reichwein 99ca7b9d45 changed the equals methode to match java standart 5 years ago
Lukas Reichwein e8dfdfd5c9 Added conjugationOf to the ComplexNumber object 5 years ago
Lukas Reichwein 457af8fd1d removed a typo and added documentation to the absoluteValueOf function 5 years ago
Lukas Reichwein 4f3f9399a8 Added the functionality to calculate the absolute value of an complex number 5 years ago
Lukas Reichwein eef6b9ee6e The absolute value of an complex Number with only a real part can is now implemented in the absolutValueOf function 5 years ago
Lukas Reichwein 6757bfe86d added division of ComplexNumbers to the ComplexNumber Object. 5 years ago
Christian Baltzer f36108bc3c alle tests grün 5 years ago
Christian Baltzer 476b2e4b35 bug in der berechnung des Durchschnitts behoben. 5 years ago
Christian Baltzer eb70a8b768 Notenkette hinzugefügt 5 years ago
Lukas Reichwein db1c0d25a0 added multiplying two ComplexNumbers with imaginary parts 5 years ago
Christian Baltzer 09b3fb454c bug in den Noten gelöst 5 years ago
Christian Baltzer 72790a5179 noten hinzugefügt 5 years ago
Christian Baltzer aeb4fa731e Tests geschrieben 5 years ago
Lukas Reichwein ac21b68eac Added the multiply functionality for ComplexNumbers it can multiply ComplexNumbers without an Imaginary part 5 years ago
Christian Baltzer b0a2bdf4b6 Init 5 years ago
Lukas Reichwein 8252779c8f Correct a Typo and added substract function to the ComplexNumber Object 5 years ago
Lukas Reichwein 24da1c0969 Added add function to the ComplexNumber Object 5 years ago
Lukas Reichwein 793c47bad1 Added equal function to the ComplexNumber Object 5 years ago
Lukas Reichwein 6ea3c6c3ec Object ComplexNumber created 5 years ago
elephant12 694a1aba7f kleiner Änderung der Main 5 years ago
elephant12 1ea2365799 Erstellen der Main 5 years ago
elephant12 f475852b80 Implementierung finanzierung und Verbesserung der Testfälle 5 years ago
elephant12 519e6051d6 noch mehr Testfällezu finanzierung 5 years ago
elephant12 5663c63888 mehr Testfälle zu Finanzierung 5 years ago
elephant12 45a9af6915 neue Testfälle zu finanzierung 5 years ago
elephant12 56fb229684 Testfälle zur Methode finanzierung 5 years ago
elephant12 72e933facd Hinzufügen vergessener Testfälle 5 years ago
elephant12 d4546ad7f0 Korrektur der Tests zu deadline 5 years ago
elephant12 2afb17bb87 Implementierung methode deadline 5 years ago
elephant12 0f2d6d1edc noch mehr Testfälle deadline 5 years ago
elephant12 c3d208e22e neue Testfälle deadline 5 years ago
elephant12 9d38b2d7f6 mehr Testfälle für deadline 5 years ago
elephant12 5728a61341 neue Testfälle für Methode deadline() 5 years ago
elephant12 2a64558922 Implementierung Methode packen 5 years ago
elephant12 3aa91b6504 neuer Testfall für Metode packen 5 years ago
elephant12 f1c1f3c7b8 neue Testfälle für Methode packen 5 years ago
Lukas Reichwein 8339da416d correct some typos, and finishing up to get verion 1 of the Matrix Calculator ready to merge 5 years ago
Lukas Reichwein 2077778546 REFACTORING, extracted more form the event Heandler to get even more Readabillity 5 years ago
Lukas Reichwein a1ec4a577c Added try catch around the operations of addition, transponation and multiplication. 5 years ago
Lukas Reichwein 1e2f5969d9 REFACTORING, mainly extracting multiple try catch blocks to get the code more Readable. 5 years ago
Lukas Reichwein 0871928e84 Added IllegalArgumentException to checkInput instead of returning false, get tests and invoking methodes adapted 5 years ago
Lukas Reichwein 197721b332 Added try catch to DetA and subtraction inOrder to Display the reason why the input is Invalid 5 years ago
Lukas Reichwein 04bbd02fae Added try catch to DetB inOrder to Display the reason why the input is Invalid 5 years ago
Lukas Reichwein 95d3d1cb28 linked calculating the Determinants of the input Matrices to their Buttons 5 years ago