From 15ccf876a64af389d5930afe4793abbf2ed64f75 Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Wed, 20 Apr 2022 12:26:03 -0400 Subject: [PATCH] fixed `/>` bug --- packages/website/docs/Features/Functions.mdx | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/website/docs/Features/Functions.mdx b/packages/website/docs/Features/Functions.mdx index 2dacd2fe..f4fd3aab 100644 --- a/packages/website/docs/Features/Functions.mdx +++ b/packages/website/docs/Features/Functions.mdx @@ -1,5 +1,5 @@ --- -title: Functions reference +title: "Functions reference" sidebar_position: 7 --- @@ -62,7 +62,7 @@ and standard deviation, using `lognormalFromMeanAndStdDev`. The `beta(a, b)` function creates a beta distribution with parameters `a` and `b`: - + ### Validity @@ -75,7 +75,7 @@ The `beta(a, b)` function creates a beta distribution with parameters `a` and `b The `exponential(rate)` function creates an exponential distribution with the given rate. - + ### Validity @@ -127,29 +127,29 @@ Using javascript's variable arguments notation, consider `mx(...dists, weights)` ## Addition (horizontal right shift) - + ## Subtraction (horizontal left shift) - + ## Multiplication (??) - + ## Division (???) - + ## Taking the base `e` exponential - + ## Taking the base `e` and base `10` logarithm - + - + ### Validity @@ -230,7 +230,7 @@ It is unary when you use an internal hardcoded number of samples -And binary when you provide a number of samples (truncated) +And binary when you provide a number of samples (floored)