mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
8 lines
243 B
JavaScript
8 lines
243 B
JavaScript
'use strict';
|
|
var $ = require('../internals/export');
|
|
var f16round = require('../internals/math-f16round');
|
|
|
|
// `Math.f16round` method
|
|
// https://github.com/tc39/proposal-float16array
|
|
$({ target: 'Math', stat: true }, { f16round: f16round });
|