/*
5 * Authors: see git history
7 * Copyright (C) 2010 Authors
8 * Released under GNU GPL v2+, read the file
'COPYING' for more information.
14double mod360(
double const x);
double mod360symm(double const x)
Returns x wrapped around to between -180 and less than 180, or 0 if x isn't finite.
double degree_to_radians_mod2pi(double degree)
double radians_to_degree_mod360(double rad)
double mod360(double const x)
Returns x wrapped around to between 0 and less than 360, or 0 if x isn't finite.