Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <mail@jlucke.com>2020-02-13 13:07:28 +0300
committerJacques Lucke <mail@jlucke.com>2020-02-13 13:07:28 +0300
commit94c410a5af2a6a43873664ee48f64ce716ca657d (patch)
treece39b57d3c90091565173cffc5499e2e2ae05be8 /source/blender/blenlib/intern/math_base_inline.c
parenta2a89329815a892992b1aee2409ce8a666c83381 (diff)
parentd1cd3ec9babd8090089a4c7df6b55573adb1aa48 (diff)
Merge branch 'master' into functions
Diffstat (limited to 'source/blender/blenlib/intern/math_base_inline.c')
-rw-r--r--source/blender/blenlib/intern/math_base_inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/math_base_inline.c b/source/blender/blenlib/intern/math_base_inline.c
index e2484c294b1..06df2424700 100644
--- a/source/blender/blenlib/intern/math_base_inline.c
+++ b/source/blender/blenlib/intern/math_base_inline.c
@@ -599,7 +599,7 @@ MINLINE int integer_digits_i(const int i)
/* Calculate initial guess for arg^exp based on float representation
* This method gives a constant bias, which can be easily compensated by
- * multiplicating with bias_coeff.
+ * multiplying with bias_coeff.
* Gives better results for exponents near 1 (e. g. 4/5).
* exp = exponent, encoded as uint32_t
* e2coeff = 2^(127/exponent - 127) * bias_coeff^(1/exponent), encoded as