Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

sqrt< VALUE, I > Struct Template Reference

sqrt< VALUE, I > Struct Template Reference

Calculates the smallest value that, when squared, will be not greater than VALUE. More...

#include <sqrt.h>


Detailed Description

template<const size_t VALUE, const size_t I = 1>
struct etl::sqrt< VALUE, I >

Calculates the smallest value that, when squared, will be not greater than VALUE.

Definition at line 46 of file sqrt.h.