Last active
July 27, 2022 15:47
-
-
Save quinn-dougherty/373cd309b170cc99a3ef0d3a62f4a190 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x = 1 to 2 | |
| y = {a: x, b: 1e1} | |
| f(t) = normal(t, 1.1) | |
| z = y.b * y.a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment