fast-float 3.9.0-1 source package in Ubuntu

Changelog

fast-float (3.9.0-1) unstable; urgency=medium

  * New upstream release 3.9.0.
  * Make fast_float_all.h available under /usr/include/fast_float/

 -- Fukui Daichi <email address hidden>  Sun, 05 Feb 2023 06:47:03 +0000

Upload details

Uploaded by:
Fukui Daichi
Uploaded to:
Sid
Original maintainer:
Fukui Daichi
Architectures:
any
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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
fast-float_3.9.0-1.dsc 1.7 KiB f6daaf003273909649d44f199c68a05f88a10fb0b814dd551ac254b8c0c54311
fast-float_3.9.0.orig.tar.gz 78.6 KiB a10443e13748291709b422b2da49fc6753a1a43bf24205d4600595dfe3d811bb
fast-float_3.9.0-1.debian.tar.xz 2.7 KiB 4c0f8595f035450acc142cd638472482a15169c0ba899384824a944050e455ab

Available diffs

No changes file available.

Binary packages built by this source

libfast-float-dev: Implementation of the C++ from_chars functions for float and double types

 The fast_float library provides fast header-only
 implementations for the C++ from_chars functions
 for float and double types. These functions convert
 ASCII strings representing decimal valuesinto
 binary types. This library provides exact rounding
 (including round to even). These fast_float
 functions run many times faster than comparable
 number-parsing functions from existing C++ standard
 libraries.