rm WeaveSupport
This commit is contained in:
@@ -11,20 +11,6 @@ using CalculusWithJulia
|
||||
using Plots
|
||||
```
|
||||
|
||||
```{julia}
|
||||
#| echo: false
|
||||
#| results: "hidden"
|
||||
using CalculusWithJulia.WeaveSupport
|
||||
|
||||
const frontmatter = (
|
||||
title = "The Inverse of a Function",
|
||||
description = "Calculus with Julia: The Inverse of a Function",
|
||||
tags = ["CalculusWithJulia", "precalc", "the inverse of a function"],
|
||||
);
|
||||
|
||||
nothing
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -775,4 +761,3 @@ What about the value of $g_1(g_2(g_3(g_4(f_4(f_3(f_2(f_1(10))))))))$?
|
||||
val = g1(g2(g3(g4(f4(f3(f2(f1(10))))))))
|
||||
numericq(val)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user