Not Enough Math
Lightweight zero-dependency C++ math library
Loading...
Searching...
No Matches
nem::sincos< T > Struct Template Reference

#include <trig.hpp>

Public Attributes

sin
 
cos
 

Detailed Description

template<nem::scalar_type T>
struct nem::sincos< T >

Definition at line 17 of file trig.hpp.

Member Data Documentation

◆ cos

template<nem::scalar_type T>
T nem::sincos< T >::cos

Definition at line 20 of file trig.hpp.

◆ sin

template<nem::scalar_type T>
T nem::sincos< T >::sin

Definition at line 19 of file trig.hpp.


The documentation for this struct was generated from the following file: