NAME

cmplx - create complex number


SYNOPSIS

val=complex cmplx(re, im)


INPUT PARAMETERS

re - float
      real portion
im - float
      imaginary protion


RETURN VALUES

val-complex
       complex number


DESCRIPTION

     Cmplx returns a complex number with specified real and ima-
     ginary parts.


LIBRARY

sepmath