summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sicp.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/sicp.org b/sicp.org
index 491dc65..5a65957 100644
--- a/sicp.org
+++ b/sicp.org
@@ -618,3 +618,9 @@ replaced by more refined models.
From above, if the original version of ~queens~ took time ~T~,
then Louis's version will take ~T^T~ to finish.
+**** 49
+***** util
+#+begin_src elisp
+(defun sr/painter-frame-coord (x y)
+ (list (/ x 500.0) (/ y 500.00)))
+#+end_src