Package: postgresql-12-rational Source: pg-rational Version: 0.0.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 69 Depends: postgresql-12, libc6 (>= 2.38) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.3-1.pgdg26.04+1_amd64.deb Size: 12004 SHA512: fa7bdf22021cb2be556f525970dc749ce05ea35234f1d93d3d532150acad5007318263f6fdfb15864b295d2266ade0d0592e1e2c23e1c058f82c99edc6e1ba99 SHA256: 9805f231d8f2f3a949ffeaaf3f9d51bbade685c9e54518d7132a8f3099a8c219 SHA1: 1bdff4989c111529f27fa24360a05949f703812b MD5sum: 1f55759c966f4a65a96412d317755907 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