Thunderbots Project
Loading...
Searching...
No Matches
is_in_range.h
1#pragma once
2
12bool isInRangeInclusive(double val, double range1, double range2);
13
23bool isInRangeExclusive(double val, double range1, double range2);