Go to the first, previous, next, last section, table of contents.


G.1 Complex Arithmetic

  1. 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.


Go to the first, previous, next, last section, table of contents.