Modulus()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Mathematical functions >

Modulus()

Description

Calculate modulus of a complex number.

 

 

Type

REGULAR FUNCTION

 

Usage

Result = Modulus(RealPart, ImagPart)

 

RealPart

REAL

Real part of the complex number.

ImagPart

REAL

Imaginary part of the complex number.

Result

REAL

Result of the calculation.