LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <cmath>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  squiggles
 Copyright 2020 Jonathan Bayless.
 
namespace  std
 STL namespace.
 

Functions

template<class T >
int squiggles::sgn (T v)
 Returns the sign value of the given value.
 
bool squiggles::nearly_equal (const double &a, const double &b, double epsilon=1e-5)