projectpossibility
Class Float11

java.lang.Object
  extended by projectpossibility.Float11

public class Float11
extends java.lang.Object

Class for float-point calculations in J2ME applications CLDC 1.1

Description: Useful methods for float-point calculations which absent in native Math class

Copyright: Copyright (c) 2004 Nick Henson

Company: UNTEH

License: Free use only for non-commercial purpose

If you want to use all or part of this class for commercial applications then take into account these conditions:

1. I need a one copy of your product which includes my class with license key and so on

2. Please append my copyright information henson.midp.Float (C) by Nikolay Klimchuk on ‘About’ screen of your product

3. If you have web site please append link Nikolay Klimchuk on the page with description of your product

That's all, thank you!

Version:
0.51
Author:
Nikolay Klimchuk http://henson.newmail.ru

Field Summary
static double LOG10
          Log10 constant
static double LOGdiv2
          ln(0.5) constant
static double SQRT3
          Square root from 3
 
Constructor Summary
Float11()
           
 
Method Summary
static double acos(double x)
           
static double asin(double x)
           
static double atan(double x)
           
static double atan2(double y, double x)
           
static double exp(double x)
           
static double log(double x)
           
static double log10(double x)
           
static double pow(double x, double y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SQRT3

public static final double SQRT3
Square root from 3

See Also:
Constant Field Values

LOG10

public static final double LOG10
Log10 constant

See Also:
Constant Field Values

LOGdiv2

public static final double LOGdiv2
ln(0.5) constant

See Also:
Constant Field Values
Constructor Detail

Float11

public Float11()
Method Detail

acos

public static double acos(double x)

asin

public static double asin(double x)

atan

public static double atan(double x)

atan2

public static double atan2(double y,
                           double x)

exp

public static double exp(double x)

log

public static double log(double x)

log10

public static double log10(double x)

pow

public static double pow(double x,
                         double y)