LOG
List of: Law Symbols
Subjects: Laws, SAT Save and Restore
Contents: Laws

Action: Makes a law that takes the log of a given base of the given value.

Derivation: log_law : multiple_law : law : ACIS_OBJECT : -

Syntax: LOG (my_law, my_base)

Description: This Makes a law that takes the log to a given my_base of the given my_law. If no my_base is specified, this assumes log to the base 10.

Example: ; law "LOG(x)"

; Create a simple law.

(define my_law (law "log(x, 2)"))

;; my_law

; => #[law "LOG(X,2)"]

(law:eval my_law 3)

;; 1.58496250072116
PDF/LAW/08LAW.PDF
HTM/DATA/LAW/LAW/08LAW/0055.HTM