golang-github-adam-lavrik-go-imath 0.0~git20210910.265a42a-2 source package in Ubuntu
Changelog
golang-github-adam-lavrik-go-imath (0.0~git20210910.265a42a-2) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + golang-github-adam-lavrik-go-imath-dev: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Mon, 17 Oct 2022 14:25:41 +0100
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-adam-lavrik-go-imath_0.0~git20210910.265a42a-2.dsc | 2.4 KiB | feddb809af8b9e2fa2f63ea5c844cb432edcc6d2007b615672ef1198f366c7f1 |
golang-github-adam-lavrik-go-imath_0.0~git20210910.265a42a.orig.tar.xz | 8.5 KiB | 60e1a5b6bdc2bf90ba2edba1d580de80f787a44b1c74fc8df0dc61f2675375fe |
golang-github-adam-lavrik-go-imath_0.0~git20210910.265a42a-2.debian.tar.xz | 2.4 KiB | bb5aaed6bb63c89aa3b492b0d9f05ac70d86762a7792b2749eb21a36454eee0f |
Available diffs
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, ...).