Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Classes | Namespaces | Functions
ScalarAngularAcceleration.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "AngularSpeed.hpp"
#include "DimensionalScalar.hpp"
#include "Frequency.hpp"
#include "Time.hpp"
#include "Unit/AngularAcceleration.hpp"

Go to the source code of this file.

Classes

class  PhQ::ScalarAngularAcceleration< NumericType >
 Scalar angular acceleration. Represents the time rate of change of an angular speed; see also PhQ::AngularSpeed, PhQ::Time, and PhQ::Frequency. Can also represent a component or the magnitude of an angular acceleration pseudovector. More...
 

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.
 

Functions

template<typename NumericType >
constexpr bool PhQ::operator== (const ScalarAngularAcceleration< NumericType > &left, const ScalarAngularAcceleration< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const ScalarAngularAcceleration< NumericType > &left, const ScalarAngularAcceleration< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const ScalarAngularAcceleration< NumericType > &left, const ScalarAngularAcceleration< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const ScalarAngularAcceleration< NumericType > &left, const ScalarAngularAcceleration< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const ScalarAngularAcceleration< NumericType > &left, const ScalarAngularAcceleration< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const ScalarAngularAcceleration< NumericType > &left, const ScalarAngularAcceleration< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const ScalarAngularAcceleration< NumericType > &scalar_angular_acceleration)
 
template<typename NumericType >
constexpr ScalarAngularAcceleration< NumericType > PhQ::operator* (const NumericType number, const ScalarAngularAcceleration< NumericType > &scalar_angular_acceleration)