Created
September 11, 2017 16:32
-
-
Save MarkShulhin/54b2e71914f759d230a34e280fa20a7c to your computer and use it in GitHub Desktop.
Scheme lab 1
This file contains 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 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