Various fixes
Former-commit-id: b375cb70e49effc001fb781028bd8b7d07044941 [formerly cbdadfbabd56bed8ffadbf3cbd7175e95908452f] Former-commit-id: 224bc14061ba65eff9b9d779104c5df95e63e905
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Nz
|
||||
*
|
||||
* \param value Initial value
|
||||
* \param objective Target value
|
||||
* \parma increment One step value
|
||||
* \param increment One step value
|
||||
*/
|
||||
|
||||
template<typename T>
|
||||
@@ -412,7 +412,7 @@ namespace Nz
|
||||
* \brief Gets the log in base 2 of integral number, only works for power of two !
|
||||
* \return Log of the number
|
||||
*
|
||||
* \param number To get log in base 2
|
||||
* \param pot To get log in base 2
|
||||
*
|
||||
* \remark Only works for power of two
|
||||
* \remark If number is 0, 0 is returned
|
||||
@@ -431,7 +431,7 @@ namespace Nz
|
||||
* \return base^exponent for integral
|
||||
*
|
||||
* \param base Base of the exponentation
|
||||
* \parma exponent Power for the base
|
||||
* \param exponent Power for the base
|
||||
*/
|
||||
|
||||
//TODO: Mark as constexpr when supported by all major compilers
|
||||
|
||||
Reference in New Issue
Block a user