Platform
Resources
Pricing
Sign in
Contact us
Harry Stevens
News and graphics at @ClimateLab, a project of @PostGraphics.
Workspace
Fork
Published
Math
By
Harry Stevens
Edited
Apr 26, 2021
Importers
Math
Kaprekar's constant
Bayes’ Theorem
Discovering Pi With Monte Carlo
Paper Folding
Hyperbolic & Inverse Hyperbolic Functions
Quadratic Formula
Secant & Tangent Lines on a Power Function
Round
Heron's Formula
Completing The Square
Circles, Angles and Right Triangles
Sin, Cosine, and Tangent of an Angle
Factorial
Z Score Table
Binominal Probability Formula
Stats
Log Animation
Circular Segment with Chart of h-k Relationship
Visualizing vector addition
Factor Functions
Function iterator
Approaching Euler's Number
Sine Wave
Pythagorean Triples
Insert cell
Insert cell
round
=
(
n
,
places
)
=>
{
if
(
!
places
)
return
Math
.
round
(
n
)
;
const
d
=
10
**
places
;
return
Math
.
round
(
n
*
d
)
/
d
;
}
Insert cell
round
(
Math
.
PI
,
10
)
Insert cell
round
(
Math
.
PI
)
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
round
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML