bs_mathstr module¶
Some useful strings for math formulae.
Note
if the math looks strange in the documentation, just reload the page.
Attributes:
Name | Type | Description |
---|---|---|
* |
str_beta0
|
the LaTeX string \(\beta_0\) |
* |
str_beta1
|
the LaTeX string \(\beta_1\) |
* |
str_pi
|
the LaTeX string \(\pi\) |
* |
str_sigma
|
the LaTeX string \(\sigma\) |
* |
str_sigma2
|
the LaTeX string \(\sigma^2\) |
* |
uni_beta0
|
the Unicode string \(\beta_0\) |
* |
uni_beta1
|
the Unicode string \(\beta_1\) |
* |
uni_pi
|
the Unicode string \(\pi\) |
* |
uni_sigma
|
the Unicode string \(\sigma\) |
* |
uni_sigma2
|
the Unicode string \(\sigma^2\) |
* |
uni_s2
|
the Unicode string \(s^2\) |
* |
uni_R2
|
the Unicode string \(R^2\) |
* |
sub_sub_scripts
|
a dictionary of unicodes for subscripts and superscripts;
e.g \(a^b\) would be |