Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
80 lines (63 loc) · 1.07 KB

File metadata and controls

80 lines (63 loc) · 1.07 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

Math Transform Functions

ACOS - Vector Trigonometric ACos

real = ACOS(real)

ASIN - Vector Trigonometric ASin

real = ASIN(real)

ATAN - Vector Trigonometric ATan

real = ATAN(real)

CEIL - Vector Ceil

real = CEIL(real)

COS - Vector Trigonometric Cos

real = COS(real)

COSH - Vector Trigonometric Cosh

real = COSH(real)

EXP - Vector Arithmetic Exp

real = EXP(real)

FLOOR - Vector Floor

real = FLOOR(real)

LN - Vector Log Natural

real = LN(real)

LOG10 - Vector Log10

real = LOG10(real)

SIN - Vector Trigonometric Sin

real = SIN(real)

SINH - Vector Trigonometric Sinh

real = SINH(real)

SQRT - Vector Square Root

real = SQRT(real)

TAN - Vector Trigonometric Tan

real = TAN(real)

TANH - Vector Trigonometric Tanh

real = TANH(real)

Documentation Index

FLOAT_RIGHTAll Function Groups

Morty Proxy This is a proxified and sanitized view of the page, visit original site.