golang-github-adam-lavrik-go-imath 0.0~git20210425.f54aca5-2 source package in Ubuntu

Changelog

golang-github-adam-lavrik-go-imath (0.0~git20210425.f54aca5-2) unstable; urgency=medium

  * upload source package

 -- Thorsten Alteholz <email address hidden>  Mon, 30 Aug 2021 19:38:45 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-adam-lavrik-go-imath_0.0~git20210425.f54aca5-2.dsc 2.5 KiB 51cbaf2fcd6693e0db4cfb3262a2f680dd5ca2ec9a9678307fae1f4d2481dbaf
golang-github-adam-lavrik-go-imath_0.0~git20210425.f54aca5.orig.tar.xz 9.3 KiB 94a32db7aa32c5fe14c77a2db1fb1a66f9ed183c49fb4f9b5ac5227da31821f3
golang-github-adam-lavrik-go-imath_0.0~git20210425.f54aca5-2.debian.tar.xz 2.6 KiB 93cf0722399c7784a26650c84492cdb3f2369ebdccaae46a98953d99dcc86fad

No changes file available.

Binary packages built by this source

golang-github-adam-lavrik-go-imath-dev: elementary functions for integer arguments (library)

 The Go standard math package lacks some frequently used integral
 functions. This package tries to fill the gap, providing their
 effective and convenient implementations.
 .
 Functions have the same or similar names as their float64 equivalents
 from math package (if there are any). Since Go does not allow overloading,
 constants and functions related to each of builtin integral types (except
 uintptr and type aliases like byte or rune, which are not covered by
 this package) are grouped within subpackage with a corresponding name
 (ix for int, i8 for int8, ...; ux for uint, u8 for uint8, ...).