carl  24.04
Computer ARithmetic Library
carl::detail_derivative Namespace Reference

Functions

constexpr std::size_t multiply (std::size_t n, std::size_t k)
 Returns n * (n-1) * ... * (n-k+1) More...
 

Function Documentation

◆ multiply()

constexpr std::size_t carl::detail_derivative::multiply ( std::size_t  n,
std::size_t  k 
)
inlineconstexpr

Returns n * (n-1) * ... * (n-k+1)

Definition at line 12 of file Derivative.h.

Here is the caller graph for this function: