14.4 Engineering functions
Complex number functions
Complex number functions provide arithmetic, mathematical and trigonometrical functions for use with
complex numbers , i.e. numbers which have both real and imaginary components.
In Fireworkz complex numbers must be expressed as
Complex trigonometrical functions
Complex inverse trigonometrical functions
Complex hyperbolic functions
Complex inverse hyperbolic functions
Miscellaneous engineering functions
All parameters are of type Number .
BESSELI (
x ,
n )
BESSELJ (
x ,
n )
BESSELK (
x ,
n )
BESSELY (
x ,
n )
BIN2DEC (
number )
BIN2HEX (
number
{, places } )
BIN2OCT (
number
{, places } )
BITAND (
number_1 ,
number_2 )
BITLSHIFT (
number ,
shift )
BITOR (
number_1 ,
number_2 )
BITRSHIFT (
number ,
shift )
BITXOR (
number_1 ,
number_2 )
DEC2BIN (
number
{, places } )
DEC2HEX (
number
{, places } )
DEC2OCT (
number
{, places } )
DELTA (
number_1
{, number_2 } )
ERF (
limit ,
{, upper_limit } )
ERFC (
lower_limit )
GESTEP (
number
{, step } )
HEX2BIN (
number
{, places } )
HEX2DEC (
number )
HEX2OCT (
number
{, places } )
OCT2BIN (
number
{, places } )
OCT2DEC (
number )
OCT2HEX (
number
{, places } )