Package: postgresql-12-rational Source: pg-rational Version: 0.0.2-6.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 76 Depends: postgresql-12, postgresql-12-jit-llvm (>= 10), 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-6.pgdg20.04+1_amd64.deb Size: 25392 SHA256: 7fa87bcb4065593fa830a3aada880040ecc3bf5c46ee652378c1a22f3625498e SHA1: 5ad15d1f30a370a699bd9743a25934d121aed96f MD5sum: 4c7c16d66b89c6dc84d26d3fe3f732af 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