Created
July 17, 2015 05:06
-
-
Save cametan001/f24b8093bad6fa9b986d 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
(define (Component1 s10 s11) | |
(let ((p1 (modulo (- (* a12 s11) (* a13n s10)) m1))) | |
(if (negative? p1) | |
(+ p1 m1) | |
p1))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment