PasteRack.org
Paste # 78464
2019-04-04 20:41:01

Forked from paste # 74852.

Fork as a new paste.

Paste viewed 268 times.


Embed:

  1. #lang racket
  2. (define(volume-sphere radius)
  3.   (/ (* 4 3.14 radius radius radius) 3))
  4.  
  5.  
  6.    (volume-sphere 1)

=>

4.1866666666666665