density.rkt (CS 135 Assignment 1)

The instructions for this code is located here.

#lang racket

; returns 999.97 if t >= 0
; and 916.7 if t < 0
; but can't use cond, if, recursion, Booleans, lists, sgn, floor, ceiling, round
(define (water-density t)
  
  )
DOWNLOAD

            Created: October 3, 2014
Completed in full by: Michael Yaworski