-
Notifications
You must be signed in to change notification settings - Fork 0
numTool
Calculation tools.
Input: (const unsigned long long* NUMBER)
Return type: boolean
Purpose: Checks if NUMBER is a prime.
Input: (const unsigned long long* MAX_NUMBER, unsigned long long* PRIME_SUM)
Return type: none (void)
Purpose: Sums up all primes up to MAX_NUMBER and saves the value in PRIME_SUM.
Input: (int MAX_NUMBER)
Return type: unsigned long long
Purpose: Returns a random number between zero and MAX_NUMBER.
Input: (int DENOMINATOR_NUMBER)
Return type: boolean
Purpose: This is a random generator. Chance is given by 1/DENOMINATOR_NUMBER.
Input: (const unsigned int* START_NUMBER, const unsigned int* DESTINATION_NUMBER)
Return type: signed int
Purpose: Calculates a vector of two numbers, then returns the calculated number.
© by FOLF-projects 2021 founded by Damon Leven and AdmiralEmser.
Contents of FOLF-namespace
Last update of pages: 11.01.2021