diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-02-02 16:38:17 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-02-02 16:38:28 +0000 |
| commit | 5311960780ccd26ef5d4730ea755154e3d61f25a (patch) | |
| tree | 14abbb8876e9d3fdaebde86bdaa625310433ef31 /spec/e2e/test-pure-math.alv | |
| parent | wip vector math (diff) | |
| download | alive-vector-math.tar.gz alive-vector-math.zip | |
wip for releasevector-math
Diffstat (limited to 'spec/e2e/test-pure-math.alv')
| -rw-r--r-- | spec/e2e/test-pure-math.alv | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/e2e/test-pure-math.alv b/spec/e2e/test-pure-math.alv new file mode 100644 index 0000000..6069d8a --- /dev/null +++ b/spec/e2e/test-pure-math.alv @@ -0,0 +1,16 @@ +([1]import* math time) + +([18]def i ([19]every 2 1)) + +([2]trace ([3]min i 2 3)) +([4]trace ([5]max i 2 3)) + +([6]trace ([7]% i 3)) +([20]trace ([21]even i 4)) + +([8]trace ([9]* i 3 4)) +([10]trace ([11]/ i 2 2)) + +([12]trace ([13]cos i)) +([14]trace ([15]log i)) +([16]trace ([17]log i 2)) |
