stator
A math, geometry, and utility library
Public Types | List of all members
sym::Factorial< i > Struct Template Reference

Symbolic Factorial function. More...

#include <constants.hpp>

Public Types

typedef C< i *Factorial< i - 1 >::value::num, 1 > value
 

Detailed Description

template<size_t i>
struct sym::Factorial< i >

This template implementation returns Unity for 0! and 1!, allowing simplification of symbolic expressions.

Definition at line 96 of file constants.hpp.

Member Typedef Documentation

◆ value

template<size_t i>
typedef C<i * Factorial<i - 1>::value::num, 1> sym::Factorial< i >::value

Definition at line 97 of file constants.hpp.


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