|
July 4, 2002 A Web Service for Checking Prime Numbers Tips: July 2002
Yehuda Shiran, Ph.D.
|
|
The following class defines the IsPrime Web service:
A prime number is a number which is divisible only by itself and by 1. There are many algorithms around, and a lot of research has already been conducted on the subject. This is one of the algorithms. Simulate it on a piece of paper for a few examples, and prove to yourself that it works.
We have imported more namespaces than absolutely required ( To learn more about JScript .NET, go to Column 112, JScript .NET, Part VI: Creating IE Web Services.
People who read this tip also read these tips: Look for similar tips by subject: |