public class FastLog extends FastFunc
Modifier and Type | Field and Description |
---|---|
static double |
LN_2 |
static double |
LN_2_INV |
static double |
LOG10_2 |
Constructor and Description |
---|
FastLog(int samples) |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double x) |
static FastLog |
getInstance() |
double |
log10(double x) |
double |
log2(double x) |
Copyright © 2013 Metron, Inc.. All rights reserved.