forked from LeenkxTeam/Kmake
8 lines
336 B
JavaScript
8 lines
336 B
JavaScript
// Copyright 2024 the V8 project authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
assertEquals(
|
|
'-0.000001234499999999999996546707660416419827242862083949148654937744140625000000000000000000000000000000000',
|
|
(-.0000012345).toPrecision(100));
|