omni::math::quadratic
NAME

omni::math::quadratic

A static function of omni::math

#include <omni/math.hpp>
template < typename T > inline void omni::math::quadratic(T a, T b, T c, T& x_plus, T& x_minus)

OVERLOADS

template < typename T > inline omni::math::dimensional<T, 2> omni::math::quadratic(T a, T b, T c)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top