Package: postgresql-12-rational Source: pg-rational Version: 0.0.2-7.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 76 Depends: postgresql-12, postgresql-12-jit-llvm (>= 15), libc6 (>= 2.4) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.2-7.pgdg22.04+1_amd64.deb Size: 25416 SHA256: de1a3c8d47e301b14bd872fabe0aed49db88c40ccc1be2c0e4155c204ae69365 SHA1: 0c9fbe2b9192480f206b02f44cf41887c4a2f551 MD5sum: a254a1e67aacbe68972ce3a45ebaf82d Description: 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