browser.js |
|
0 |
length.js |
---
esid: sec-math.f16round
description: >
Math.f16round.length is 1
features: [Float16Array]
includes: [propertyHelper.js]
--- |
591 |
name.js |
---
esid: sec-math.f16round
description: >
Math.f16round.name is "f16round"
features: [Float16Array]
includes: [propertyHelper.js]
--- |
605 |
not-a-constructor.js |
---
esid: sec-ecmascript-standard-built-in-objects
description: >
Math.f16round does not implement [[Construct]], is not new-able
includes: [isConstructor.js]
features: [Float16Array, Reflect.construct]
--- |
693 |
prop-desc.js |
---
esid: sec-math.f16round
description: >
"f16round" property of Math
features: [Float16Array]
includes: [propertyHelper.js]
--- |
585 |
shell.js |
---
description: |
Provide a list for original and expected values for different byte
conversions.
This helper is mostly used on tests for TypedArray and DataView, and each
array from the expected values must match the original values array on every
index containing its original value.
defines: [byteConversionValues]
--- |
21131 |
value-conversion.js |
---
esid: sec-math.f16round
description: >
Convert to binary16 format and than to binary64 format
features: [Float16Array]
includes: [byteConversionValues.js]
--- |
798 |