Skip to content

Instantly share code, notes, and snippets.

@MarkShulhin
Created September 11, 2017 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkShulhin/54b2e71914f759d230a34e280fa20a7c to your computer and use it in GitHub Desktop.
Save MarkShulhin/54b2e71914f759d230a34e280fa20a7c to your computer and use it in GitHub Desktop.
Scheme lab 1
#lang scheme
(define test (lambda (x1 x2 x3)
(+(/(+(sin(abs(expt x3 2))) 1)(expt x2 4))
(-(+(cos(expt x3 3))(expt 3 (exp (- x1 1))))
(/(sqrt(+(sin(expt x2 2)) x2))(cos (expt x1 2)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment