Skip to content

Commit b595d8b

Browse files
authored
Update library.properties
1 parent dc8ddc2 commit b595d8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name = Complex Numbers
22
authors = [Math Machine](https://discourse.processing.org/u/math_machine/)
3-
url = https://github.com/vmathmachine/Complex-Numbers/tree/1.0.1
3+
url = https://github.com/vmathmachine/Complex-Numbers/tree/latest
44
categories = Math
55
sentence = A class and collection of utilities for complex numbers.
66
paragraph = A complex number is a linear combination of 1 and i (the square root of -1), such as 2+3i, 8+7i, -1-i, 2-2.8i, or -1.863+4.211i. The term with the i is called the imaginary part, while the term without the i is called the real part. Complex numbers allow for many things that wouldn't otherwise be possible using only real numbers (numbers without an imaginary part). By allowing you to square root negative numbers, complex numbers open up a whole new world of possibilities, while still conserving most fundamental math rules we've come to accept with real numbers.
7-
version = 2 # This must be parsable as an int
8-
prettyVersion = 1.0.1 # This is treated as a String
7+
version = 3 # This must be parsable as an int
8+
prettyVersion = 1.0.2 # This is treated as a String
99
minRevision = 0
1010
maxRevision = 0

0 commit comments

Comments
 (0)