Go to the first, previous, next, last section, table of contents.
-
Types and arithmetic operations for complex arithmetic are provided in
Generic_Complex_Types, which is defined in See section G.1.1 Complex Types.
Implementation-defined approximations to the complex analogs of the
mathematical functions known as the "elementary functions" are
provided by the subprograms in Generic_Complex_Elementary_Functions,
which is defined in See section G.1.2 Complex Elementary Functions. Both of these library units are
generic children of the predefined package Numerics, See section A.5 The Numerics Packages.
Nongeneric equivalents of these generic packages for each of the
predefined floating point types are also provided as children of
Numerics.
- G.1.1: Complex Types
- G.1.2: Complex Elementary Functions
- G.1.3: Complex Input-Output
- G.1.4: The Package Wide_Text_IO.Complex_IO
Go to the first, previous, next, last section, table of contents.