the lowest f32 value to permit when filtered
the highest f32 value to permit when filtered
an ascending sorted array of numbers.
The numbers returned are based on the full32Range
as described above. The difference comes depending
on the source
parameter. If the source
is const
then the numbers will be restricted to be
in the range [low, high]
. This allows filtering out a set of f32
values which are invalid for
const-evaluation but are needed to test the non-const implementation.
Generated using TypeDoc
the input source for the test. If the
source
isconst
then the return will be filtered