Skip to content

Commit 2589451

Browse files
committed
Use maths images
#40
1 parent f48a3c9 commit 2589451

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

docs/manual.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -667,17 +667,11 @@ The maximum and minimum of the samples supplied can be obtained from the max() a
667667

668668
sum() returns the summation of all of the samples:
669669

670-
n
671-
Σ Si
672-
673-
i=1
670+
image::images/maths1.jpg
674671

675672
mean() returns the mean value:
676673

677-
n
678-
1_n Σ Si
679-
680-
i=1
674+
image::images/maths2.jpg
681675

682676
An instance of Mean can be reset between samples using the reset() method.
683677

0 commit comments

Comments
 (0)