[ aramo ]
[ 原始碼: pg-rational ]
套件: postgresql-14-rational (0.0.2-4)
postgresql-14-rational 的相關超連結
Trisquel 的資源:
下載原始碼套件 pg-rational:
維護者:
Original Maintainers:
- Debian PostgreSQL Maintainers
- Christoph Berg
外部的資源:
- 主頁 [github.com]
相似套件:
Precise fractional arithmetic for PostgreSQL
pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect for exact arithmetic or user-specified table row ordering. Holds values as big as an integer, with matching precision in the denominator.
Features:
* Stores fractions in exactly 64 bits (same size as float) * Written in C for high performance * Detects and halts arithmetic overflow for correctness * Uses native CPU instructions for fast overflow detection * Defers GCD calculation until requested or absolutely required * Supports btree and hash indices * Implements Stern-Brocot trees for finding intermediate points * Coercion from integer/bigint/tuple * Custom aggregate
其他與 postgresql-14-rational 有關的套件
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: postgresql-14
- The World's Most Advanced Open Source Relational Database