A B C E F G L N P R S T 

A

arccos(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates the arccosine of the given value.
arccosCompute(BigDecimal, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates the arccosine of a value in radians using arctan of the value.
arcsin(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates the arcsine of the given value.
arcsinCompute(BigDecimal, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates the arcsine of a value in radians using arctan of the value.
arctan(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates the arctangent of the given value.
arctanTaylorSeries(BigDecimal, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates the arctangent of a value in radians using Taylor series expansion.

B

BigDecimalFunctions - Class in com.kodeblox
Mathematical functions needed for BigDecimal
BigDecimalFunctions() - Constructor for class com.kodeblox.BigDecimalFunctions
 

C

com.kodeblox - package com.kodeblox
 
cos(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates the cosine of an angle in radians.
cosTaylorSeries(BigDecimal, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates the cosine of an angle in radians using Taylor series expansion.

E

exp(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates eexponent.
expTaylorSeries(BigDecimal, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates eexponent using Taylor series expansion.

F

factorial(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates the factorial of a value.

G

getFraction(BigDecimal) - Static method in class com.kodeblox.BigDecimalFunctions
Returns the fractional part of number.
getWhole(BigDecimal) - Static method in class com.kodeblox.BigDecimalFunctions
Returns the whole part of number.

L

ln(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates loge value.
lnNewtonRaphson(BigDecimal, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates loge value using the Newton-Raphson method.

N

NumericalMethodsFunctions - Class in com.kodeblox
 
NumericalMethodsFunctions() - Constructor for class com.kodeblox.NumericalMethodsFunctions
 

P

PI - Static variable in class com.kodeblox.BigDecimalFunctions
 
pow(BigDecimal, long, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates baseexponent.
pow(BigDecimal, BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates baseexponent.

R

root(BigDecimal, long, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates the exponentth root of base.
rootNewtonRaphson(BigDecimal, long, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates the exponentth root of base using Newton-Raphson method.

S

sin(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates the sine of an angle in radians.
sinTaylorSeries(BigDecimal, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates the sine of an angle in radians using Taylor series expansion.
sqrt(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates the square root of value.
sqrtNewtonRaphson(BigDecimal, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates the square root of value using Newton-Raphson.

T

tan(BigDecimal, MathContext) - Static method in class com.kodeblox.BigDecimalFunctions
Calculates the tangent of an angle in radians.
tanCompute(BigDecimal, MathContext) - Static method in class com.kodeblox.NumericalMethodsFunctions
Calculates the tangent of an angle in radians using values for sine and cosine.
A B C E F G L N P R S T 

Copyright © 2016. All rights reserved.