Name: | rust-primal-devel |
---|---|
Version: | 0.3.3 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 35114 |
License: | MIT OR Apache-2.0 |
RPM: | rust-primal-devel-0.3.3-1.el9.noarch.rpm |
Source RPM: | rust-primal-0.3.3-1.el9.src.rpm |
Build Date: | Tue Jun 25 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://crates.io/crates/primal |
Summary: | Puts raw power into prime numbers |
Description: | `primal` puts raw power into prime numbers. This crates includes: optimised prime sieves, checking for primality, enumerating primes, factorising numbers, and state-of-the-art estimation of upper and lower bounds for π(n) (the number of primes below n) and p_k (the k-th prime). This package contains library source intended for building other packages which use the "primal" crate. |
- Update to version 0.3.3; Fixes RHBZ#2290993
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Update to 0.3.2 - fixes 32-bit test
- cargo_check -> cargo_test
- Disable failing test on 32-bit
- Initial import