PasteRack.org
Paste # 36120
2019-08-07 11:44:18

Fork as a new paste.

Paste viewed 229 times.


Embed:

#lang racketracket
(define (random a b c x)
  (lambda (a b c x)
    (+ (* a (* x x))
       (* b x)
       c)))