Commit graph

33 commits

Author SHA1 Message Date
999dcb96c7
Merge cnumbers 2022-07-16 17:39:13 +02:00
054a9d67aa
Merge fractions 2022-07-16 17:36:36 +02:00
Micke Nordin
42e7245f56 Initial commit 2022-07-16 15:33:56 +00:00
e5cd0fc7d1
Add equality operators 2022-07-16 13:51:57 +02:00
6db1b1e943
Print zeros 2022-07-16 13:02:27 +02:00
aec0995aaf
Indentation 2022-07-16 12:58:57 +02:00
ae46252c3e
Fix indentation 2022-07-16 12:24:32 +02:00
8dda4fe71b
Pragma once 2022-07-16 11:55:14 +02:00
d291f7a330
Add copy constructor 2022-07-16 09:37:03 +02:00
Mikael Nordin
b9e3db439f
Update README.md 2020-04-19 23:03:28 +02:00
Mikael Nordin
9b84ecf85c
Update README.md 2020-04-19 23:02:13 +02:00
Mikael Nordin
769df79c25
Update README.md 2020-04-19 23:01:08 +02:00
797347f442 Simplyfy a bit 2020-04-19 22:56:30 +02:00
6924ce6031 Fix output and mov sign out front 2020-04-19 22:54:13 +02:00
3849d1b833 Merge branch 'master' of https://github.com/mickenordin/fractions 2020-04-19 22:21:45 +02:00
ef7fbc5ae8 Switch to long long 2020-04-19 22:21:13 +02:00
Mikael Nordin
8fbe2e2950
Update README.md 2020-04-18 17:17:18 +02:00
2590da865a Use my own fractions 2020-04-18 16:57:06 +02:00
Mikael Nordin
b6c090f411
Update README.md 2020-04-18 16:55:33 +02:00
Mikael Nordin
641c03b0a4
Update README.md 2020-04-18 16:54:54 +02:00
d534e766a3 Update readme 2020-04-18 16:51:02 +02:00
b914c09fa6 Use my own fractions instead 2020-04-18 16:49:11 +02:00
75d8d7a152 Much better gcd, actual Euclids algorithm 2020-04-18 16:43:24 +02:00
3878684f85 More operators and better output 2020-04-18 15:43:41 +02:00
Micke Nordin
a5c5b1e955 First implemention of fraction 2020-04-18 13:22:02 +02:00
Micke Nordin
6cba84bc5a first commit 2020-04-18 12:32:24 +02:00
23d1ea1faa Add division 2020-04-18 11:16:20 +02:00
523f2fc0b6 Add subtraction 2020-04-18 10:37:53 +02:00
8892c7851f Better output for << operator 2020-04-18 10:25:05 +02:00
bdc98ba3c2 Complex conjugation 2016-06-18 21:11:21 +02:00
b2b1733fec Also multiplication 2016-06-18 20:21:18 +02:00
0f2a7c7536 more operators 2016-06-18 19:41:57 +02:00
271d186d27 First draft of complex number 2016-06-18 19:15:56 +02:00