Go Floating Point

From NovaOrdis Knowledge Base
Revision as of 00:30, 19 August 2023 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

Uninitialized variable value: +0.000000e+000

Floating-point numbers are designated by the following pre-declared type identifiers:

  • Single precision float32 (4 bytes IEEE-754 binary floating point) and double precision float64.
  • Complex: complex64 and complex128.

Floating-Point Literals