Skip to content

Commit d9622f3

Browse files
committed
Fix: typo
1 parent e412023 commit d9622f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

uncertaintyx/b/jax.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ class BernsteinPoly(ToM):
246246
Encapsulates the multivariate Bernstein polynomial
247247
248248
.. math::
249-
B: \mathbb{R}^{k + 1} \times \mathbb{R}^{N} \to
250-
\mathbb{R},
249+
B: \mathbb{R}^{k + 1} \times \mathbb{R}^{N}
250+
\to \mathbb{R}, \quad
251251
(b, x) \mapsto B(b, x)
252252
253253
where :math:`N \in \mathbb{N}` is the arity of the Bernstein

0 commit comments

Comments
 (0)