Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Netbeans/ide/ide.kit/   (Netbeans IDE Version 28©)  Datei vom 3.10.2025 mit Größe 1 kB image not shown  

SSL browser_num-l10n.js

  Interaktion und
PortierbarkeitJAVA
 

/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */


"use strict";

// Tests that the localization utils work properly.

function test() {
  const l10n = new LocalizationHelper();

  is(
    l10n.numberWithDecimals(1234.567892),
    "1,234.57",
    "The first number was properly localized."
  );
  is(
    l10n.numberWithDecimals(0.00012),
    "0",
    "The second number was properly localized."
  );
  is(
    l10n.numberWithDecimals(1.00012),
    "1",
    "The third number was properly localized."
  );
  is(l10n.numberWithDecimals(NaN, 2), "0""NaN was properly localized.");
  is(l10n.numberWithDecimals(null2), "0""`null` was properly localized.");
  is(
    l10n.numberWithDecimals(undefined, 2),
    "0",
    "`undefined` was properly localized."
  );
  is(
    l10n.numberWithDecimals(-1234.567892),
    "-1,234.57",
    "Negative number was properly localized."
  );
  is(
    l10n.numberWithDecimals(1234.567890),
    "1,235",
    "Number was properly localized with decimals set 0."
  );
  is(
    l10n.numberWithDecimals(-1234.567890),
    "-1,235",
    "Negative number was properly localized with decimals set 0."
  );
  is(
    l10n.numberWithDecimals(122),
    "12",
    "The integer was properly localized, without decimals."
  );
  is(
    l10n.numberWithDecimals(-122),
    "-12",
    "The negative integer was properly localized, without decimals."
  );
  is(
    l10n.numberWithDecimals(12002),
    "1,200",
    "The big integer was properly localized, no decimals but with a separator."
  );
  is(
    l10n.numberWithDecimals(-12002),
    "-1,200",
    "The negative big integer was properly localized, no decimals but with a separator."
  );

  finish();
}

Messung V0.5 in Prozent
C=98 H=100 G=98

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.10Angebot  (Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-06-09) ¤

*Eine klare Vorstellung vom Zielzustand






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.