Skip to content

Commit 5a4eb96

Browse files
authored
Update library.properties
1 parent cdba231 commit 5a4eb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ComplexNumberLibrary/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = Complex Numbers
22
authors = [Math Machine](https://discourse.processing.org/u/math_machine/)
3-
url = http://yourlibraryname.com
3+
url = https://github.com/vmathmachine/Complex-Numbers
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.

0 commit comments

Comments
 (0)