Skip to content

Commit 79731b5

Browse files
committed
README.md : Add pow(), gcd() and fraction()
1 parent 9846e6b commit 79731b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,10 @@ bool BigInteger.lesserOrEquals(string a, string b)
4444

4545
bool BigInteger.equals(string a, string b)
4646

47+
array fraction(qreal input)
48+
49+
string gcd(string a, string b)
50+
51+
string pow(string a, int b)
4752

4853

tests/bigintegerunittests/bigintegerunittests.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ HEADERS += \
2525
bigintegerunittests.h
2626

2727
DISTFILES += \
28-
qml/tst_calculation.qml
28+
qml/tst_calculation.qml \
29+
../../README.md

0 commit comments

Comments
 (0)