Single-precision ops
Pre-release
Pre-release
Reconsidered the decision to support only Double
, now all containers, functions and operators support Float
as well. This means that RealArray
is no more. You need to choose either ValueArray<Double>
or ValueArray<Float>
.