fork download
  1. (define hyp 50)
  2.  
  3. (define cat 20)
  4.  
  5. (define (b c a)
  6. (sqrt (- (* c c) (* a a))))
  7.  
  8. (display (b hyp cat))
Success #stdin #stdout 0.02s 4132KB
stdin
1
2
10
42
11
stdout
45.8257569495584