public interface NumberCruncher
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
int[] |
factor(int number)
Factor a positive integer
number and return its
distinct factor's as an integer array. |
Copyright © 1999-2019 QOS.ch. All rights reserved