edits
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
using CalculusWithJulia
|
||||
using CalculusWithJulia.WeaveSupport
|
||||
|
||||
const frontmatter = (
|
||||
frontmatter = (
|
||||
title = "From calculator to computer",
|
||||
description = "Calculus with Julia: Replacing the calculator with a computer",
|
||||
tags = ["CalculusWithJulia", "precalc", "replacing the calculator with a computer"],
|
||||
@@ -940,7 +940,7 @@ numericq(val)
|
||||
What is the value of
|
||||
|
||||
```math
|
||||
\frac{sin(pi/3) - 1/2}{pi/3 - pi/6}
|
||||
\frac{\sin(\pi/3) - 1/2}{\pi/3 - \pi/6}
|
||||
```
|
||||
|
||||
```julia; hold=true; echo=false;
|
||||
@@ -1031,7 +1031,7 @@ radioq(choices, ans)
|
||||
A twitter post from popular mechanics generated some attention.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
What is the answer?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user