mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 23:43:22 +01:00
Update initial-content.ts
Fixed typo in initial content ## Why The area of a circle is pi times the radius squared (A = π r²), not the volume.
This commit is contained in:
parent
bb7c4168da
commit
fb62652847
@ -12,7 +12,7 @@ ${keyHelpStr(os.platform())}
|
|||||||
This is a Math block. Here, rows are evaluated as math expressions.
|
This is a Math block. Here, rows are evaluated as math expressions.
|
||||||
|
|
||||||
radius = 5
|
radius = 5
|
||||||
volume = radius^2 * PI
|
area = radius^2 * PI
|
||||||
sqrt(9)
|
sqrt(9)
|
||||||
|
|
||||||
It also supports some basic unit conversions, including currencies:
|
It also supports some basic unit conversions, including currencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user