Last active
December 14, 2017 02:30
-
-
Save SheepTester/4c2c571d01e9399e5edbdcf0fd60c229 to your computer and use it in GitHub Desktop.
tests
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
| #lang racket ; draw a graph of | |
| (require plot) ; cos and log | |
| (plot #:label "y = cos(x) & y = log(x)" | |
| (list (function cos -5 5) (function log -5 5))) | |
| "an unclosed string is an error | |
| ; background: #1D1F21 | |
| ; https://sheeptester.github.io/javascripts/sadbooks/sadbooks.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment