From 1b4ed4f113f03f7e1c82c284541fca1e5d954cb2 Mon Sep 17 00:00:00 2001 From: Sam Nolan Date: Fri, 25 Mar 2022 20:42:02 +1100 Subject: [PATCH] Remove internal and unsupported features --- packages/website/docs/Functions.mdx | 21 --------------------- packages/website/docs/Language.mdx | 14 -------------- 2 files changed, 35 deletions(-) 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: - - -