文件操作 - esnext.math.fscale.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/core-js/modules/esnext.math.fscale.js
编辑文件内容
var $ = require('../internals/export'); var scale = require('../internals/math-scale'); var fround = require('../internals/math-fround'); // `Math.fscale` method // https://rwaldron.github.io/proposal-math-extensions/ $({ target: 'Math', stat: true, forced: true }, { fscale: function fscale(x, inLow, inHigh, outLow, outHigh) { return fround(scale(x, inLow, inHigh, outLow, outHigh)); } });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件