Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
beta.hpp File Reference
#include <cmath>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  gcem
 

Functions

template<typename T1 , typename T2 >
constexpr common_return_t< T1, T2 > gcem::beta (const T1 a, const T2 b) noexcept
 Compile-time beta function.