-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.rkt
More file actions
38 lines (36 loc) · 847 Bytes
/
main.rkt
File metadata and controls
38 lines (36 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#lang racket
(require "complex-grapher.rkt"
"complex-grapher-test.rkt")
(provide sgn/c
arity-overlaps?
homogenous?
sigmoid
(rename-out [cartesian-product cartesian-product-2]
[num->byte number->byte]
[dist-est mandelbrot-distance-estimate]
[polyprime polynomial-derivative])
mod-extended
combine
complex-timer%
complex-frame%
complex-canvas%
complex
random-complex
zeroes
zero-pole
mandelbrot
polynomial
newton-step
integrate
erfz
f:
>>
graph
set-res
show
hide
reset
near-multiple?
counter
redraw
help)