Functions | |
| def | ABS (V) |
| def | ACOS (V) |
| def | ASIN (V) |
| def | ATAN (V1, V2) |
| def | BLENGTH (V) |
| def | COS (V) |
| def | EXISTS (V) |
| def | EXP (V) |
| def | FORMAT (N, F) |
| def | HIBOUND (V) |
| def | HIINDEX (V) |
| def | LENGTH (V) |
| def | LOBOUND (V) |
| def | LOG (V) |
| def | LOG10 (V) |
| def | LOG2 (V) |
| def | LOINDEX (V) |
| def | NVL (V, SUBSTITUTE) |
| def | ODD (V) |
| def | ROLESOF (V) |
| def | SIN (V) |
| def | SIZEOF (V) |
| def | SQRT (V) |
| def | TAN (V) |
| def | TYPEOF (V) |
| def | USEDIN (T, R) |
| def | VALUE (V) |
| def | VALUE_IN (C, V) |
| def | VALUE_UNIQUE (V) |
Variables | |
| CONST_E = REAL(math.pi) | |
| bool | FALSE = False |
| PI = REAL(math.pi) | |
| int | SCL_float_epsilon = 1e-7 |
| bool | TRUE = True |
Function Documentation
◆ ABS()
| def SCL.Builtin.ABS | ( | V | ) |
◆ ACOS()
| def SCL.Builtin.ACOS | ( | V | ) |
◆ ASIN()
| def SCL.Builtin.ASIN | ( | V | ) |
◆ ATAN()
| def SCL.Builtin.ATAN | ( | V1, | |
| V2 | |||
| ) |
◆ BLENGTH()
| def SCL.Builtin.BLENGTH | ( | V | ) |
◆ COS()
| def SCL.Builtin.COS | ( | V | ) |
◆ EXISTS()
| def SCL.Builtin.EXISTS | ( | V | ) |
◆ EXP()
| def SCL.Builtin.EXP | ( | V | ) |
◆ FORMAT()
| def SCL.Builtin.FORMAT | ( | N, | |
| F | |||
| ) |
◆ HIBOUND()
| def SCL.Builtin.HIBOUND | ( | V | ) |
◆ HIINDEX()
| def SCL.Builtin.HIINDEX | ( | V | ) |
◆ LENGTH()
| def SCL.Builtin.LENGTH | ( | V | ) |
◆ LOBOUND()
| def SCL.Builtin.LOBOUND | ( | V | ) |
◆ LOG()
| def SCL.Builtin.LOG | ( | V | ) |
◆ LOG10()
| def SCL.Builtin.LOG10 | ( | V | ) |
◆ LOG2()
| def SCL.Builtin.LOG2 | ( | V | ) |
◆ LOINDEX()
| def SCL.Builtin.LOINDEX | ( | V | ) |
◆ NVL()
| def SCL.Builtin.NVL | ( | V, | |
| SUBSTITUTE | |||
| ) |
◆ ODD()
| def SCL.Builtin.ODD | ( | V | ) |
◆ ROLESOF()
| def SCL.Builtin.ROLESOF | ( | V | ) |
◆ SIN()
| def SCL.Builtin.SIN | ( | V | ) |
◆ SIZEOF()
| def SCL.Builtin.SIZEOF | ( | V | ) |
◆ SQRT()
| def SCL.Builtin.SQRT | ( | V | ) |
◆ TAN()
| def SCL.Builtin.TAN | ( | V | ) |
◆ TYPEOF()
| def SCL.Builtin.TYPEOF | ( | V | ) |
◆ USEDIN()
| def SCL.Builtin.USEDIN | ( | T, | |
| R | |||
| ) |
◆ VALUE()
| def SCL.Builtin.VALUE | ( | V | ) |
◆ VALUE_IN()
| def SCL.Builtin.VALUE_IN | ( | C, | |
| V | |||
| ) |
◆ VALUE_UNIQUE()
| def SCL.Builtin.VALUE_UNIQUE | ( | V | ) |
Variable Documentation
◆ CONST_E
| SCL.Builtin.CONST_E = REAL(math.pi) |
◆ FALSE
| bool SCL.Builtin.FALSE = False |
◆ PI
| SCL.Builtin.PI = REAL(math.pi) |
◆ SCL_float_epsilon
| int SCL.Builtin.SCL_float_epsilon = 1e-7 |
◆ TRUE
| bool SCL.Builtin.TRUE = True |
1.8.17