Skip to content

RF Touchstone


RF Touchstone / touchstone / complex

Variable: complex()

complex: {(arg?): Complex; (arg?): MathCollection; (re, im): Complex; }

Defined in: node_modules/mathjs/types/index.d.ts:7136

Call Signature

(arg?): Complex

Create a complex value or convert a value to a complex value.

Parameters

arg?

string | MathNumericType | PolarCoordinates

Returns

Complex

Returns a complex value

Call Signature

(arg?): MathCollection

Parameters

arg?

MathCollection<MathNumericType>

Returns

MathCollection

Call Signature

(re, im): Complex

Parameters

re

number

Argument specifying the real part of the complex number

im

number

Argument specifying the imaginary part of the complex number

Returns

Complex

Returns a complex value