Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
sci.h File Reference
#include <cmath>
#include <map>

Go to the source code of this file.

Namespaces

namespace  goby
 The global namespace for the Goby project.
namespace  goby::util

Functions

Science
double goby::util::unbiased_round (double r, double dec)
unsigned goby::util::ceil_log2 (unsigned v)
unsigned goby::util::ceil_log2 (double d)
unsigned goby::util::ceil_log2 (int i)
double goby::util::log2 (double d)
template<typename N1, typename N2>
N2 goby::util::linear_interpolate (N1 a, const std::map< N1, N2 > &table)
 Linear interpolation function.