From 321831dab6a7f0066d83d0cc0df2449615fa0c08 Mon Sep 17 00:00:00 2001 From: "Samuel W. Flint" Date: Fri, 9 Dec 2016 15:15:05 -0600 Subject: [PATCH] Work on documenting about the conversion function --- larcs.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/larcs.org b/larcs.org index d98d74f43c96975b91a35c8b99ac8a665d645a47..26bcf5bb28c015c6498654511ee8fbd3ebc2bdaf 100644 --- a/larcs.org +++ b/larcs.org @@ -2113,6 +2113,8 @@ As with numbers, variables are a relatively simple thing to format. If the vari :ID: 88d433ad-e381-4747-8a29-2d78bc759fbf :END: +The ~convert-for-display~ function is the driver for this portion of the application, and, in general, uses the previously defined rules, save for the logical functions ~and~, ~or~, ~not~, and the equality operation, summation with big-Sigma, integration and parenthesis. + #+Caption: Conversion Driver #+Name: stf-conversion-driver #+BEGIN_SRC lisp