Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
868b2b66 (kx 2024-12-20 16:11:07 +0300  1) prefix=@prefix@
868b2b66 (kx 2024-12-20 16:11:07 +0300  2) exec_prefix=@exec_prefix@
868b2b66 (kx 2024-12-20 16:11:07 +0300  3) libdir=@libdir@
868b2b66 (kx 2024-12-20 16:11:07 +0300  4) includedir=@includedir@
868b2b66 (kx 2024-12-20 16:11:07 +0300  5) 
868b2b66 (kx 2024-12-20 16:11:07 +0300  6) real_io_data_limit=@LIBMPU_REAL_IO_LIMIT@
868b2b66 (kx 2024-12-20 16:11:07 +0300  7) math_fn_data_limit=@LIBMPU_REAL_MATH_F_LIMIT@
868b2b66 (kx 2024-12-20 16:11:07 +0300  8) real_max_width=@LIBMPU_REAL_MAX_WIDTH@
868b2b66 (kx 2024-12-20 16:11:07 +0300  9) 
868b2b66 (kx 2024-12-20 16:11:07 +0300 10) Name: mpu
868b2b66 (kx 2024-12-20 16:11:07 +0300 11) URL: https://radix-linux.su/
868b2b66 (kx 2024-12-20 16:11:07 +0300 12) Description: C library for multiple-precision computations
868b2b66 (kx 2024-12-20 16:11:07 +0300 13) Version: @PACKAGE_VERSION@
868b2b66 (kx 2024-12-20 16:11:07 +0300 14) Libs: -L${libdir} -lmpu
868b2b66 (kx 2024-12-20 16:11:07 +0300 15) Cflags: -I${includedir}