rm WeaveSupport
This commit is contained in:
@@ -13,20 +13,6 @@ using SymPy
|
||||
using QuadGK
|
||||
```
|
||||
|
||||
```{julia}
|
||||
#| echo: false
|
||||
#| results: "hidden"
|
||||
using CalculusWithJulia.WeaveSupport
|
||||
|
||||
const frontmatter = (
|
||||
title = "Improper Integrals",
|
||||
description = "Calculus with Julia: Improper Integrals",
|
||||
tags = ["CalculusWithJulia", "integrals", "improper integrals"],
|
||||
);
|
||||
fig_size=(800, 600)
|
||||
|
||||
nothing
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -587,4 +573,3 @@ a, b= 0, 1
|
||||
val, _ = quadgk(f, a, b)
|
||||
numericq(val)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user