]> Lady’s Gitweb - Pisces/blob - numeric.js
Initial codes
[Pisces] / numeric.js
1 // ♓🌟 Piscēs ∷ numeric.js
2 // ====================================================================
3 //
4 // Copyright © 2022 Lady [@ Lady’s Computer].
5 //
6 // This Source Code Form is subject to the terms of the Mozilla Public
7 // License, v. 2.0. If a copy of the MPL was not distributed with this
8 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
9
10 /** 2^53 − 1. */
11 export const MAX_SAFE_INTEGER = Number((1n << 53n) - 1n);
This page took 0.118335 seconds and 5 git commands to generate.