Skip to content

Commit 6c9a5ca

Browse files
Update README.md
1 parent 3ae3474 commit 6c9a5ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
**asysc** is an analog system compiler based on the lightweight Computer Algebra System **lightcas**.
55

6-
With ASysC, you can write your own components by using algebraic descriptions. For instance, consider the resistor declaration:
6+
With ASysC, you can write your own components by using algebraic descriptions.
7+
8+
For instance, consider the resistor declaration:
79

810
NAME.CR(@1,@2,R) := {
911
NAME.U=ACROSS(@1,@2);

0 commit comments

Comments
 (0)