Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
13
Task/Arithmetic-Complex/Forth/arithmetic-complex.fth
Normal file
13
Task/Arithmetic-Complex/Forth/arithmetic-complex.fth
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
S" fsl-util.fs" REQUIRED
|
||||
S" complex.fs" REQUIRED
|
||||
|
||||
zvariable x
|
||||
zvariable y
|
||||
1e 1e x z!
|
||||
pi 1.2e y z!
|
||||
|
||||
x z@ y z@ z+ z.
|
||||
x z@ y z@ z* z.
|
||||
1e 0e zconstant 1+0i
|
||||
1+0i x z@ z/ z.
|
||||
x z@ znegate z.
|
||||
Loading…
Add table
Add a link
Reference in a new issue