Skip to content
Snippets Groups Projects
Unverified Commit ba7ca79d authored by Christine Lemmer-Webber's avatar Christine Lemmer-Webber
Browse files

Put the more complicated to read version back in

We show the simplified version later; this one nicely corresponds
with the diagram above it
parent 7d3ced1f
No related branches found
No related tags found
No related merge requests found
......@@ -201,8 +201,12 @@ the user to specify the =thirty-two= part of the equation.
[thirty-two 32])
(define-pcell f fahrenheit)
(define-pcell p32 thirty-two)
(define f-32
(e:- f p32))
(define c*9
(e:* f-32 5))
(define c
(e:/ (e:* (e:- f p32) 5) 9))
(e:/ c*9 9))
(add-content c celsius)
(values f c p32))
#+END_SRC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment