C99 Language Standard Logo

Contents

  • Foreword
  • Introduction
  • 1. Scope
  • 2. Normative references
  • 3. Terms, definitions, and symbols
  • 4. Conformance
  • 5. Environment
  • 6. Language
  • 7. Library
  • Annex A
  • Annex B
  • Annex C
  • Annex D
  • Annex E
  • Annex F
  • Annex G
    • G.1 Introduction
    • G.2 Types
    • G.3 Conventions
    • G.4 Conversions
    • G.5 Binary operators
    • G.6 Complex arithmetic <complex.h>
    • G.7 Type-generic math <tgmath.h>
  • Annex H
  • Annex I
  • Annex J
  • Bibliography
C99 Language Standard
  • Annex G
Previous Next

Annex G

  • G.1 Introduction
  • G.2 Types
  • G.3 Conventions
  • G.4 Conversions
    • G.4.1 Imaginary types
    • G.4.2 Real and imaginary
    • G.4.3 Imaginary and complex
  • G.5 Binary operators
    • G.5.1 Multiplicative operators
    • G.5.2 Additive operators
  • G.6 Complex arithmetic <complex.h>
    • G.6.1 Trigonometric functions
    • G.6.2 Hyperbolic functions
    • G.6.3 Exponential and logarithmic functions
    • G.6.4 Power and absolute-value functions
  • G.7 Type-generic math <tgmath.h>

(informative)

IEC 60559-compatible complex arithmetic

Previous Next