| length.js |
---
esid: sec-math.f16round
description: >
Math.f16round.length is 1
features: [Float16Array]
includes: [propertyHelper.js]
--- |
384 |
- |
| name.js |
---
esid: sec-math.f16round
description: >
Math.f16round.name is "f16round"
features: [Float16Array]
includes: [propertyHelper.js]
--- |
398 |
- |
| 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]
--- |
488 |
- |
| prop-desc.js |
---
esid: sec-math.f16round
description: >
"f16round" property of Math
features: [Float16Array]
includes: [propertyHelper.js]
--- |
367 |
- |
| value-conversion.js |
---
esid: sec-math.f16round
description: >
Convert to binary16 format and than to binary64 format
features: [Float16Array]
includes: [byteConversionValues.js]
--- |
591 |
- |