• Returns readonly number[]

    minimal f16 values that cover the entire range of f16 behaviours

    Has specially selected values that cover edge cases, normals, and subnormals. This is used instead of fullF16Range when the number of test cases being generated is a super linear function of the length of f16 values which is leading to time outs.

    These values have been chosen to attempt to test the widest range of f16 behaviours in the lowest number of entries, so may potentially miss function specific values of interest. If there are known values of interest they should be appended to this list in the test generation code.

Generated using TypeDoc