plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
imag
Interface
MIT
3 statements
Source File
MathClass.f90
MathClass
imag
Contents
Module Procedures
imaginary_partComplex64
imaginary_partComplex32
public interface imag
It takes a imaginary part of a complex number.
Module Procedures
public pure function
imaginary_partComplex64
(complexValue) result(imgpart)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=real64),
intent(in)
::
complexValue
Return Value
real(kind=real64)
public pure function
imaginary_partComplex32
(complexValue) result(imgpart)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=real32),
intent(in)
::
complexValue
Return Value
real(kind=real32)