rm WeaveSupport
This commit is contained in:
@@ -20,19 +20,6 @@ And the following from the `Contour` package:
|
||||
import Contour: contours, levels, level, lines, coordinates
|
||||
```
|
||||
|
||||
```{julia}
|
||||
#| echo: false
|
||||
#| results: "hidden"
|
||||
using CalculusWithJulia.WeaveSupport
|
||||
|
||||
const frontmatter = (
|
||||
title = "Applications with scalar functions",
|
||||
description = "Calculus with Julia: Applications with scalar functions",
|
||||
tags = ["CalculusWithJulia", "differentiable_vector_calculus", "applications with scalar functions"],
|
||||
);
|
||||
|
||||
nothing
|
||||
```
|
||||
|
||||
This section presents different applications of scalar functions.
|
||||
|
||||
@@ -2309,4 +2296,3 @@ ts = fzeros(fn, 0, 2pi)
|
||||
val = maximum((f∘r).(ts))
|
||||
numericq(val)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user