diff --git a/packages/website/docs/Functions.mdx b/packages/website/docs/Functions.mdx index 65102bc3..ff2e393a 100644 --- a/packages/website/docs/Functions.mdx +++ b/packages/website/docs/Functions.mdx @@ -113,24 +113,3 @@ The `mean(distribution)` function gives the mean (expected value) of a distribut The `sample(distribution)` samples a given distribution: - -### Exponential Scaling - -The `scaleExp(distribution, factor)` function scales a distribution's PDF exponentially -in the y axis. - - - -### Multiply Scaling - -The `scaleMultiply(distribution, factor)` function scales a distribution's PDF by multiplication -in the y axis. - - - -### Log scaling - -The `scaleLog(distribution, factor)` function scales a distribution's PDF by the log -function in the y axis - - diff --git a/packages/website/docs/Language.mdx b/packages/website/docs/Language.mdx index 84707479..4a3c8883 100644 --- a/packages/website/docs/Language.mdx +++ b/packages/website/docs/Language.mdx @@ -35,17 +35,3 @@ Squiggle supports functions, including the rendering of functions: ozzie_estimate `} /> -## Squiggle units - -Squiggle supports using suffixes at the end of numbers to refer to units: - - -