jukofyork commited on
Commit
89de960
β€’
1 Parent(s): 4834abd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -117,10 +117,10 @@ This will partially apply all 3 of the (positive-axis) "writing style" control v
117
  The theoretical upper bound value for equal weights is between `1/n` and `sqrt(1/n)` depending on how correlated the `n` control vector directions are, eg:
118
 
119
  - For `n = 1` use the default scale-factor of `1.0` for comparison with the values below.
120
- - For `n = 2` is between `1/2 β‰ˆ 0.5` and `sqrt(1/3) β‰ˆ 0.707`.
121
  - For `n = 3` is between `1/3 β‰ˆ 0.333` and `sqrt(1/3) β‰ˆ 0.577`.
122
- - For `n = 4` is between `1/4 β‰ˆ 0.25` and `sqrt(1/3) β‰ˆ 0.5`.
123
- - For `n = 5` is between `1/5 β‰ˆ 0.2` and `sqrt(1/3) β‰ˆ 0.447`.
124
 
125
  and so on.
126
 
 
117
  The theoretical upper bound value for equal weights is between `1/n` and `sqrt(1/n)` depending on how correlated the `n` control vector directions are, eg:
118
 
119
  - For `n = 1` use the default scale-factor of `1.0` for comparison with the values below.
120
+ - For `n = 2` is between `1/2 β‰ˆ 0.5` and `sqrt(1/2) β‰ˆ 0.707`.
121
  - For `n = 3` is between `1/3 β‰ˆ 0.333` and `sqrt(1/3) β‰ˆ 0.577`.
122
+ - For `n = 4` is between `1/4 β‰ˆ 0.25` and `sqrt(1/4) β‰ˆ 0.5`.
123
+ - For `n = 5` is between `1/5 β‰ˆ 0.2` and `sqrt(1/5) β‰ˆ 0.447`.
124
 
125
  and so on.
126