d3-format 1:1.4.5+~1.4.2-2 source package in Ubuntu

Changelog

d3-format (1:1.4.5+~1.4.2-2) unstable; urgency=medium

  * Team upload
  * Fix @types install

 -- Yadd <email address hidden>  Sat, 09 Sep 2023 19:36:09 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
d3-format_1.4.5+~1.4.2-2.dsc 2.5 KiB fa52429d09e3909b90b75270cad4d16c4b2c0777b62319c173d2a422aca8ba3e
d3-format_1.4.5+~1.4.2.orig-types-d3-format.tar.gz 4.4 KiB e137956ff4ab209f770cea8df8784bfafaa84ee7cd11ac1f42930604e8eb490c
d3-format_1.4.5+~1.4.2.orig.tar.gz 42.9 KiB 1980483fade4e24d967a670927a3ad024c0e1f6789f2bbbca8dc40271b8edec6
d3-format_1.4.5+~1.4.2-2.debian.tar.xz 5.9 KiB 338afe488d70d400a58d74dad03943a2d8f35c381845ea83898c5de9aff306d0

Available diffs

No changes file available.

Binary packages built by this source

libjs-d3-format: Formatting numbers for human consumption - browser library

 Sometimes JavaScript doesn’t display numbers the way you expect. For example,
 printing tenths with a naive simple loop might give you 0, 0.1, 0.2,
 0.30000000000000004, 0.4, 0.5, 0.6000000000000001, 0.7000000000000001, 0.8,
 0.9 - welcome to binary floating point!
 .
 Yet rounding error is not the only reason to customize number formatting. A
 table of numbers should be formatted consistently for comparison; above, 0.0
 would be better than 0. Large numbers should have grouped digits (e.g.,
 42,000) or be in scientific or metric notation (4.2e+4, 42k). Currencies
 should have fixed precision ($3.50). Reported numerical results should be
 rounded to significant digits (4021 becomes 4000). Number formats should
 appropriate to the reader’s locale (42.000,00 or 42,000.00). The list goes on.
 .
 Formatting numbers for human consumption is the purpose of d3-format, which is
 modeled after Python 3’s format specification mini-language (PEP 3101).
 .
 This package contains the plain JS library as well as a minified version.

node-d3-format: No summary available for node-d3-format in ubuntu oracular.

No description available for node-d3-format in ubuntu oracular.