Sha256: f883178b3c9f55229d1d81403d7e8549a2528fc044a11bcb4256fc44c8c2bac8
Contents?: true
Size: 191 Bytes
Versions: 71
Compression:
Stored size: 191 Bytes
Contents
#ifndef PRIME_FACTORS_H #define PRIME_FACTORS_H #include <stdint.h> #include <stddef.h> #define MAXFACTORS 10 size_t find_factors(uint64_t n, uint64_t factors[static MAXFACTORS]); #endif
Version data entries
71 entries across 71 versions & 1 rubygems