ソースを参照

Wrote about Numeric classification

Samuel W. Flint 8 年 前
コミット
1bff2bb22c
1 ファイル変更4 行追加3 行削除
  1. 4 3
      lisp-cas.org

+ 4 - 3
lisp-cas.org

@@ -327,7 +327,7 @@ Another utility macro is ~when-classified-as~, which takes a ~classification~, a
        ,@body))
 #+END_SRC
 
-** WORKING Classifications [0/13]
+** WORKING Classifications [1/13]
 :PROPERTIES:
 :CREATED:  <2016-05-02 Mon 13:56>
 :ID:       dcce4a6b-1b2d-4638-a82b-0c4917b0698a
@@ -366,13 +366,14 @@ I define the following classifications:
   <<et-classify-trigonometrics>>
 #+END_SRC
 
-*** TODO Numbers
+*** DONE Numbers
+CLOSED: [2016-06-14 Tue 23:58]
 :PROPERTIES:
 :CREATED:  <2016-05-02 Mon 14:26>
 :ID:       42081153-7cc5-42ff-a17f-53e171c6d1a7
 :END:
 
-# Check to see if a given expression is a number using ~numberp~.
+A number is defined as anything that satisfies the built-in ~numberp~.  This includes integers, rationals, floats and complex numbers.
 
 #+Caption: Classify Numbers
 #+Name: et-classify-numbers