(define hyp 50) (define cat 20) (define (b c a) (sqrt (- (* c c) (* a a)))) (display (b hyp cat))
1 2 10 42 11
45.8257569495584
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!