Home Online Manual
Top
Back: powerpolyX
Forward: atkins_lib
FastBack: Teaching
FastForward: atkins_lib
Up: aksaka_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.12.1.8 ask

Procedure from library aksaka.lib (see aksaka_lib).

Usage:
ask(n);

Assume:
n>1

Return:
0 if n is composite;
1 if n is prime;
if printlevel>=1, you are informed what the procedure will do or has calculated

Note:
ASK-algorithm; uses proc powerpolyX for step 5

Example:
 
LIB "aksaka.lib";
//ask(100003);
ask(32003);
==> 1