Aerobus v1.2
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
aerobus::ContinuedFraction< a0 > Struct Template Reference

Specialization for only one coefficient, technically just 'a0'. More...

#include <aerobus.h>

Public Types

using type = typename q64::template inject_constant_t< a0 >
 represented value as aerobus::q64
 

Static Public Attributes

static constexpr double val = static_cast<double>(a0)
 represented value as double
 

Detailed Description

template<int64_t a0>
struct aerobus::ContinuedFraction< a0 >

Specialization for only one coefficient, technically just 'a0'.

Template Parameters
a0an integer int64_t

Member Typedef Documentation

◆ type

template<int64_t a0>
using aerobus::ContinuedFraction< a0 >::type = typename q64::template inject_constant_t<a0>

represented value as aerobus::q64

Member Data Documentation

◆ val

template<int64_t a0>
constexpr double aerobus::ContinuedFraction< a0 >::val = static_cast<double>(a0)
staticconstexpr

represented value as double


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