numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
ceil.h File Reference

Definition of ceil function. More...

+ Include dependency graph for ceil.h:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::constants
 Namespace of constexpr variables and functions.
 

Functions

template<typename T >
constexpr auto num_collect::constants::ceil (T x) -> T
 Calculate the smallest integer not less than x, \( \lceil x \rceil \).
 

Detailed Description

Definition of ceil function.

Definition in file ceil.h.