Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
05 ArchiCAD 11 GDL Reference Guide.pdf
Скачиваний:
59
Добавлен:
11.03.2015
Размер:
3.22 Mб
Скачать

Expressions and Functions

Circular Functions

These functions use degrees for arguments (COS, SIN, TAN) and for return values (ACS, ASN, ATN).

ACS

ACS (x) Returns the arc cosine of x. (-1.0 <= x <= 1.0; 0° <= ACS(x) <= 180°).

ASN

ASN (x) Returns the arc sine of x. (-1.0 <= x <= 1.0; -90° <= ASN(x) <= 90°).

ATN

ATN (x) Returns the arc tangent of x. (-90° <= ATN(x) <= 90°).

COS

COS (x) Returns the cosine of x.

SIN

SIN (x) Returns the sine of x.

TAN

TAN (x) Returns the tangent of x.

PI

PI Returns Ludolph's constant. (p = 3.1415926...).

Note: All return values are real.

Transcendental Functions

EXP

EXP (x) Returns the x th power of e (e = 2.7182818).

LGT

LGT (x) Returns the base 10 logarithm of x.

200

ArchiCAD 11 GDL Reference Guide