Function Entry: LOG10

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: LOG10

Name

log10

Class

BricsCAD Extension Function

Syntax

(log10 num)

Description

Returns the base-10 logarithm of a positive number.

Return Values

Vendor-defined; see Source Notes.

Side Effects

Vendor-defined.

Examples

Not documented in the BricsCAD-Specific LISP Functions catalogue page.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

See Also

  • AutoCAD has no direct base-10 logarithm; portable AutoLISP code uses (/ (log x) (log 10)).

Source Notes