REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
factorize.h
Go to the documentation of this file.
12// This function takes an input and divides it into two number x and y, that multiply to the input number
Definition handler.h:10
std::pair< unsigned long long, unsigned long long > factorize(unsigned long long input, unsigned int acceptable_delta=10)
Definition factorize.cpp:12