Skip to content

Commit 8910f15

Browse files
committed
Fix: typo
1 parent d9622f3 commit 8910f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uncertaintyx/b/jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class BernsteinGrid(ToG):
193193
Encapsulates the multivariate Bernstein polynomial
194194
195195
.. math::
196-
B: \mathbb{R}^{k + 1} \to \mathbb{R}^{m},
196+
B: \mathbb{R}^{k + 1} \to \mathbb{R}^{m}, \quad
197197
b \mapsto B_{k}(b, x)
198198
199199
where :math:`N \in \mathbb{N}` is the arity of the Bernstein

0 commit comments

Comments
 (0)