From 65a74ad317580b60511b6c9d9bf6db20491dd895 Mon Sep 17 00:00:00 2001 From: janos Date: Sat, 18 Jul 2020 16:09:10 +0200 Subject: [PATCH] fix explanation --- src/Magnum/Math/Functions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Math/Functions.h b/src/Magnum/Math/Functions.h index 754691183..880a3d36a 100644 --- a/src/Magnum/Math/Functions.h +++ b/src/Magnum/Math/Functions.h @@ -416,10 +416,10 @@ template inline Vector ceil(const Vector inline typename std::enable_if::value, T>::type binomialCoefficient(T n, T k) {