improved materials

This commit is contained in:
behinger (s-ccs 001)
2023-09-28 14:09:08 +00:00
parent a14fbfbf67
commit 22258b264c
6 changed files with 97 additions and 53 deletions

View File

@@ -19,7 +19,18 @@ You can mark some code and execute it using `ctrl` + `enter` - you can also gene
Well done! You now have all functions defined with which we will continue our journey.
::: callout
## Bonus Task ProgressMeter
for very large sums we might want to add a progressmeter. To do so:
```julia
]add ProgressMeter
using ProgressMeter
...
@showprogress for ...
```
And that's it! You should have a nice progress bar now
# Task 2 {#2}
1. Implement a type `StatResult` with fields for `x`, `n`, `std` and `tvalue`