Skip to content

Commit 17debae

Browse files
committed
bump version and add history note for complex-quadratic-solutions
1 parent c8c64f4 commit 17debae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

math-doc/math/scribblings/math-number-theory.scrbl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,8 @@ This function allows complex coeffecients.
823823
(complex-quadratic-solutions 1 0 1)
824824
(complex-quadratic-solutions 1 0 (sqrt -1))
825825
(complex-quadratic-solutions 1 0 1)]
826+
827+
@history[#:added "1.1"]
826828
}
827829

828830

math-lib/info.rkt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
(define pkg-desc "Math library")
1919

2020
(define pkg-authors '(ntoronto))
21+
22+
(define version "1.1")

0 commit comments

Comments
 (0)