conformance · v135
v135 · float16array — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
float16array-constructor-exists |
Float16Array is exposed as a constructor. spec ↗ | typeof | … | |
float16array-bytes-per-element |
Float16Array.BYTES_PER_ELEMENT === 2. spec ↗ | script | … | |
float16array-round-trips |
Storing 1.5 into a Float16Array round-trips exactly. spec ↗ | script | … | |
float16array-rounds-precision |
Float16 has limited precision: storing 0.1 produces approximately 0.1 within fp16 epsilon. spec ↗ | script | … | |
math-f16round-exists |
Math.f16round is exposed — companion to Math.fround. spec ↗ | typeof | … | |
dataview-get-float16 |
DataView.prototype.getFloat16 is exposed. spec ↗ | script | … |