cpFloat

The floating-point type used internally. By default it is aliased to float.

Use the CHIP_USE_DOUBLES version switch to set it to double instead. Using doubles will increase precision at the cost of performance.

  1. alias cpFloat = float
    alias cpFloat = float
  2. alias cpFloat = double
  3. alias cpFloat = float

Meta