CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
README.md51 linesDownload Raw Back to math-intrinsics
1# math-intrinsics <sup>[![Version Badge][npm-version-svg]][package-url]</sup>2 3[![github actions][actions-image]][actions-url]4[![coverage][codecov-image]][codecov-url]5[![License][license-image]][license-url]6[![Downloads][downloads-image]][downloads-url]7 8[![npm badge][npm-badge-png]][package-url]9 10ES Math-related intrinsics and helpers, robustly cached.11 12 - `abs`13 - `floor`14 - `isFinite`15 - `isInteger`16 - `isNaN`17 - `isNegativeZero`18 - `max`19 - `min`20 - `mod`21 - `pow`22 - `round`23 - `sign`24 - `constants/maxArrayLength`25 - `constants/maxSafeInteger`26 - `constants/maxValue`27 28 29## Tests30Simply clone the repo, `npm install`, and run `npm test`31 32## Security33 34Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.35 36[package-url]: https://npmjs.org/package/math-intrinsics37[npm-version-svg]: https://versionbadg.es/es-shims/math-intrinsics.svg38[deps-svg]: https://david-dm.org/es-shims/math-intrinsics.svg39[deps-url]: https://david-dm.org/es-shims/math-intrinsics40[dev-deps-svg]: https://david-dm.org/es-shims/math-intrinsics/dev-status.svg41[dev-deps-url]: https://david-dm.org/es-shims/math-intrinsics#info=devDependencies42[npm-badge-png]: https://nodei.co/npm/math-intrinsics.png?downloads=true&stars=true43[license-image]: https://img.shields.io/npm/l/math-intrinsics.svg44[license-url]: LICENSE45[downloads-image]: https://img.shields.io/npm/dm/es-object.svg46[downloads-url]: https://npm-stat.com/charts.html?package=math-intrinsics47[codecov-image]: https://codecov.io/gh/es-shims/math-intrinsics/branch/main/graphs/badge.svg48[codecov-url]: https://app.codecov.io/gh/es-shims/math-intrinsics/49[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/math-intrinsics50[actions-url]: https://github.com/es-shims/math-intrinsics/actions51 
basant307/AI_Governance_Project · CoolFace