Function Entry: ACET-CALC-ROUND

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

Function Entry: ACET-CALC-ROUND

Name

acet-calc-round

Class

BricsCAD ExpressTools API Function

Syntax

(acet-calc-round num prec)

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

Returns the number num rounded to numerical prec; similar to (but not identical with !) (vle-roundto). Examples : (acet-calc-round 1.2345 0.1) results in 1.2 (acet-calc-round 1.2345 0.01) results in 1.23 (acet-calc-round 1.2345 0.001) results in 1.234 (acet-calc-round 1.2345 0.0001) results in 1.2345

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes