source: git/Tst/Short/general_s.tst @ 8858921

spielwiese
Last change on this file since 8858921 was 8858921, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: examples for general.lib git-svn-id: file:///usr/local/Singular/svn/trunk@4790 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 316 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB "general.lib";
4example A_Z;
5example ASCII;
6example binomial;
7example factorial;
8example fibonacci;
9//example kmemory;
10example killall;
11example number_e;
12example number_pi;
13example primes;
14example product;
15example ringweights;
16example sort;
17example sum;
18example which;
19
20tst_status(1);$
Note: See TracBrowser for help on using the repository browser.