|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectpossibility.Float11
public class Float11
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!
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 |
---|
public static final double SQRT3
public static final double LOG10
public static final double LOGdiv2
Constructor Detail |
---|
public Float11()
Method Detail |
---|
public static double acos(double x)
public static double asin(double x)
public static double atan(double x)
public static double atan2(double y, double x)
public static double exp(double x)
public static double log(double x)
public static double log10(double x)
public static double pow(double x, double y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |