f16round.js 139 B

12345
  1. 'use strict';
  2. var parent = require('../../stable/math/f16round');
  3. require('../../modules/esnext.math.f16round');
  4. module.exports = parent;