]>
Lady’s Gitweb - Pisces/blob - numeric.js
2c1a66f5046454908eb6107166ac94fe5b7aef4c
1 // ♓🌟 Piscēs ∷ numeric.js
2 // ====================================================================
4 // Copyright © 2022 Lady [@ Lady’s Computer].
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/>.
11 export const MAX_SAFE_INTEGER
= Number((1n
<< 53n
) - 1n
);
This page took 0.11421 seconds and 3 git commands to generate.