net.sf.j3d.math
Class Functions

java.lang.Object
  extended by net.sf.j3d.math.Functions

public class Functions
extends Object

The Functions class provides static methods that perform some interesting mathematical functions.

Author:
Mike Murray

Constructor Summary
Functions()
           
 
Method Summary
static void loadPrimes(DatabaseConnection db, long pi, long pf)
           
static double totient(long n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions

public Functions()
Method Detail

totient

public static double totient(long n)

loadPrimes

public static void loadPrimes(DatabaseConnection db,
                              long pi,
                              long pf)