5 lines
143 B
JavaScript
5 lines
143 B
JavaScript
'use strict';
|
|
require('../../modules/esnext.math.f16round');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.Math.f16round;
|