# const-pinf-float64 **Repository Path**: ArkTSCentralRepository/const-pinf-float64 ## Basic Information - **Project Name**: const-pinf-float64 - **Description**: const-pinf-float64 是一个提供正无穷大 (+∞) 常量的库,等同于 Number.POSITIVE_INFINITY。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-21 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # const-pinf-float64 基于[const-pinf-float64](https://www.npmjs.com/package/const-pinf-float64)原库1.0.0版本进行适配, 所有功能代码已经转换为`ArkTS`文件 ## Install ```sh ohpm install const-pinf-float64 ``` ## Description > Positive infinity. ## Usage ```typescript import pinf from 'const-pinf-float64'; ``` #### pinf Positive infinity. ```typescript pinf === Number.POSITIVE_INFINITY; ``` ## Examples ```typescript import pinf from 'const-pinf-float64'; console.log( pinf ); ``` --- ## License [MIT license](http://opensource.org/licenses/MIT). ## Copyright Copyright © 2016. The [Compute.io][compute-io] Authors.. [npm-image]: http://img.shields.io/npm/v/const-pinf-float64.svg [npm-url]: https://npmjs.org/package/const-pinf-float64 [build-image]: http://img.shields.io/travis/const-io/pinf-float64/master.svg [build-url]: https://travis-ci.org/const-io/pinf-float64 [coverage-image]: https://img.shields.io/codecov/c/github/const-io/pinf-float64/master.svg [coverage-url]: https://codecov.io/github/const-io/pinf-float64?branch=master [dependencies-image]: http://img.shields.io/david/const-io/pinf-float64.svg [dependencies-url]: https://david-dm.org/const-io/pinf-float64 [dev-dependencies-image]: http://img.shields.io/david/dev/const-io/pinf-float64.svg [dev-dependencies-url]: https://david-dm.org/dev/const-io/pinf-float64 [github-issues-image]: http://img.shields.io/github/issues/const-io/pinf-float64.svg [github-issues-url]: https://github.com/const-io/pinf-float64/issues [tape]: https://github.com/substack/tape [istanbul]: https://github.com/gotwarlost/istanbul [testling]: https://ci.testling.com [compute-io]: https://github.com/compute-io/