mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-24 12:33:05 +00:00
fix links in science/mathematics.md (#615)
* fix links in src/science/mathematics.md * bump
This commit is contained in:
parent
6fe24cb266
commit
714e9f4fcd
1 changed files with 14 additions and 14 deletions
|
@ -17,19 +17,19 @@
|
|||
| [Computing standard deviation][ex-standard-deviation] | [![std-badge]][std] | [![cat-science-badge]][cat-science] |
|
||||
| [Big integers][big-integers] | [![num-badge]][num] | [![cat-science-badge]][cat-science] |
|
||||
|
||||
[vector-norm]: science/mathematics/linear_algebra.html#vector-norm
|
||||
[add-matrices]: science/mathematics/linear_algebra.html#adding-matrices
|
||||
[multiply-matrices]: science/mathematics/linear_algebra.html#multiplying-matrices
|
||||
[multiply-scalar-vector-matrix]: science/mathematics/linear_algebra.html#multiply-a-scalar-with-a-vector-with-a-matrix
|
||||
[invert-matrix]: science/mathematics/linear_algebra.html#invert-matrix
|
||||
[side-length]: science/mathematics/trigonometry.html#calculating-the-side-length-of-a-triangle
|
||||
[tan-sin-cos]: science/mathematics/trigonometry.html#verifying-tan-is-equal-to-sin-divided-by-cos
|
||||
[latitude-longitude]: science/mathematics/trigonometry.html#distance-between-two-points-on-the-earth
|
||||
[create-complex]: science/mathematics/complex_numbers.html#creating-complex-numbers
|
||||
[add-complex]: science/mathematics/complex_numbers.html#adding-complex-numbers
|
||||
[mathematical-functions]: science/mathematics/complex_numbers.html#mathematical-functions
|
||||
[ex-central-tendency]: science/mathematics/statistics.html#measures-of-central-tendency
|
||||
[ex-standard-deviation]: science/mathematics/statistics.html#standard-deviation
|
||||
[big-integers]: science/mathematics/miscellaneous.html#big-integers
|
||||
[vector-norm]: mathematics/linear_algebra.html#vector-norm
|
||||
[add-matrices]: mathematics/linear_algebra.html#adding-matrices
|
||||
[multiply-matrices]: mathematics/linear_algebra.html#multiplying-matrices
|
||||
[multiply-scalar-vector-matrix]: mathematics/linear_algebra.html#multiply-a-scalar-with-a-vector-with-a-matrix
|
||||
[invert-matrix]: mathematics/linear_algebra.html#invert-matrix
|
||||
[side-length]: mathematics/trigonometry.html#calculating-the-side-length-of-a-triangle
|
||||
[tan-sin-cos]: mathematics/trigonometry.html#verifying-tan-is-equal-to-sin-divided-by-cos
|
||||
[latitude-longitude]: mathematics/trigonometry.html#distance-between-two-points-on-the-earth
|
||||
[create-complex]: mathematics/complex_numbers.html#creating-complex-numbers
|
||||
[add-complex]: mathematics/complex_numbers.html#adding-complex-numbers
|
||||
[mathematical-functions]: mathematics/complex_numbers.html#mathematical-functions
|
||||
[ex-central-tendency]: mathematics/statistics.html#measures-of-central-tendency
|
||||
[ex-standard-deviation]: mathematics/statistics.html#standard-deviation
|
||||
[big-integers]: mathematics/miscellaneous.html#big-integers
|
||||
|
||||
{{#include ../links.md}}
|
||||
|
|
Loading…
Reference in a new issue