File: 09_test_importer_vars_ipres.t

package info (click to toggle)
libstatistics-basic-perl 1.6611-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 392 kB
  • sloc: perl: 947; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9

use t::locale_hack;
use Test;
use Statistics::Basic qw(:all ipres);

plan tests => 1;

my $mean = mean(1,3,7);
ok($mean, 3.67);