Loading...
Searching...
No Matches
#include "rand.h"
#include <cmath>
Go to the source code of this file.
|
| #define | ADC(SUM, A, B, C) |
| |
◆ ADC
| #define ADC |
( |
| SUM, |
|
|
| A, |
|
|
| B, |
|
|
| C ) |
Value:SUM = (A) + (B) + (C); C = ((SUM < (A)) || (SUM < (B)))
Definition at line 51 of file rand.cpp.