Function Entry: /

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

Function Entry: /

Name

/

Class

Function

Syntax

(/ number [number ...])

Description

Divides the first argument by the product of the remaining arguments.

Return Values

Numeric quotient.

Side Effects

None.

Exceptional Situations

Division by zero and invalid numeric arguments are erroneous.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Source Notes