File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
17
17
You can calculate focal length from a FOV via the equation:
18
18
19
- .. mathmpl ::
19
+ .. math ::
20
20
21
- 1 / \t an (FOV / 2)
21
+ 1 / \\ tan (\\ mathrm{ FOV} / 2)
22
22
23
23
Or vice versa:
24
24
25
- .. mathmpl ::
25
+ .. math ::
26
26
27
- FOV = 2 * \a tan (1 / focal length)
27
+ \\ mathrm{ FOV} = 2 \\ arctan (1 / \\ mathrm{ focal length} )
28
28
29
29
"""
30
30
Original file line number Diff line number Diff line change 15
15
16
16
.. math::
17
17
18
- a \\ rightarrow a + { \\ cal O}(a^3)
18
+ a \\ rightarrow a + \\ mathcal{ O}(a^3)
19
19
20
20
but for larger values (i.e. :math:`|a| \\ gg a_0`, this is asymptotically
21
21
22
22
.. math::
23
23
24
- a \\ rightarrow a_0 \\ , { \\ rm sgn}(a) \\ ln |a| + { \\ cal O}(1)
24
+ a \\ rightarrow a_0 \\ , \\ mathrm{ sgn}(a) \\ ln |a| + \\ mathcal{ O}(1)
25
25
26
26
As with the `symlog <.scale.SymmetricalLogScale>` scaling,
27
27
this allows one to plot quantities
Original file line number Diff line number Diff line change @@ -505,9 +505,9 @@ class AsinhScale(ScaleBase):
505
505
:math:`a \\ rightarrow a_0 \\ sinh^{-1} (a / a_0)` where :math:`a_0`
506
506
is the effective width of the linear region of the transformation.
507
507
In that region, the transformation is
508
- :math:`a \\ rightarrow a + { \\ cal O}(a^3)`.
508
+ :math:`a \\ rightarrow a + \\ mathcal{ O}(a^3)`.
509
509
For large values of :math:`a` the transformation behaves as
510
- :math:`a \\ rightarrow a_0 \\ , { \\ rm sgn}(a) \\ ln |a| + { \\ cal O}(1)`.
510
+ :math:`a \\ rightarrow a_0 \\ , \\ mathrm{ sgn}(a) \\ ln |a| + \\ mathcal{ O}(1)`.
511
511
512
512
.. note::
513
513
You can’t perform that action at this time.
0 commit comments