Skip to content

Math Library

Jeremy edited this page Jan 20, 2023 · 16 revisions

Overview

Complex Math

Math_CxABS

Finds the absolute value of a complex number.

Math_CxACOS

Finds the arccosine of a complex number.

Math_CxACOSH

Finds the hyperbolic arccosine of a complex number.

Math_CxADD

Adds two complex numbers.

Math_CxARG

Finds the phase angle of a complex number.

Math_CxASIN

Finds the arcsine of a complex number.

Math_CxASINH

Finds the hyperbolic arcsine of a complex number.

Math_CxATAN

Finds the arctangent of a complex number.

Math_CxATANH

Finds the hyperbolic arctangent of a complex number.

Math_CxCONJ

Finds the conjugate of a complex number.

Math_CxCOS

Finds the cosine of a complex number.

Math_CxCOSH

Finds the hyperbolic cosine of a complex number.

Math_CxCOT

Finds the cotangent of a complex number.

Math_CxCOTH

Finds the hyperbolic cotangent of a complex number.

Math_CxCSC

Finds the cosecant of a complex number.

Math_CxCSCH

Finds the hyperbolic cosecant of a complex number.

Math_CxDIV

Divides two complex numbers.

Math_CxEXP

Finds the exponent of a complex number.

Math_CxIMAG

Imaginary part of a complex number.

Math_CxINV

Finds the inverse of a complex number.

Math_CxLOG

Finds the logarithm of a complex number.

Math_CxLOG10

Finds the logarithm (base-10) of a complex number.

Math_CxLOGB

Finds the logarithm (base-B) of a complex number.

Math_CxMOV

Copies a complex number into another.

Math_CxMUL

Multiplies two complex numbers.

Math_CxPOL

Finds the complex number for a given polar form.

Math_CxPOW

Finds the power function of a complex number.

Math_CxREAL

Real part of a complex number.

Math_CxSEC

Finds the secant of a complex number.

Math_CxSECH

Finds the hyperbolic secant of a complex number.

Math_CxSET

Math_CxSIN

Finds the sine of a complex number.

Math_CxSINH

Finds the hyperbolic sine of a complex number.

Math_CxSQRT

Finds the square root of a complex number.

Math_CxSUB

Subtracts two complex numbers.

Math_CxTAN

Finds the tangent of a complex number.

Math_CxTANH

Finds the hyperbolic tangent of a complex number.

Math_CxVAL

Vector Math

Math_VABS

Math_VADD

Math_VANG

Math_VCPRO

Math_VDPRO

Math_VEQU

Math_VMOV

Math_VMULS

Math_VNEQ

Math_VNORM

Math_VNULL

Math_VORTH

Math_VPARA

Math_VREV

Math_VSQMAG

Math_VSUB

Math_VXANG

Math_VYANG

Math_VZANG

Physical / Enviro Math

Math_AtmosPressure

Math_RelativeHumidity

Math_RTD

Math_ThermoAny

Math_ThermoB

Math_ThermoE

Math_ThermoJ

Math_ThermoK

Math_ThermoN

Math_ThermoR

Math_ThermoS

Math_ThermoT

Math_WetBulb

Dependencies

  • UDT: ST_Math_Complex
  • UDT: ST_Math_Vector3D
Clone this wiki locally