This Web
Other Webs
Schematics
Scheme Links
> (define a 15e7+3i) > a 150000000.0+3.0i > (+ 1 a) 150000001.0+3.0i > (complex? a) #t > (define b 14e-4+157.2i) > b 0.0014+157.2i > (* a b) 209528.4+23580000000.0042i >
> (sqrt 2095.4+23.042i) 45.776231203995906+0.25168083297766786i > (tan 15-172i) 0.0-1.0i