mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
'use strict';
|
|
var $ = require('../internals/export');
|
|
var fround = require('../internals/math-fround');
|
|
|
|
// `Math.fround` method
|
|
// https://tc39.es/ecma262/#sec-math.fround
|
|
$({ target: 'Math', stat: true }, { fround: fround });
|