sourceforge.net logo

Exponents & Logarithms

10 raised the to power X

exp10(Exponent)

Arguments. 

  • Exponent: a free value

2 raised the to power X

exp2(Exponent)

Arguments. 

  • Exponent: a free value

Base-10 Logrithm

log10(Value)

Returns the base n logarithm.

Arguments. 

  • Value: a number >= 0

Base-2 Logrithm

log2(Value)

Returns the base n logarithm.

Arguments. 

  • Value: a number >= 0

Base-N Logarithm

log(Value[, Base])

Arguments. 

  • Value: a number that is nonzero

  • Base: a number that is nonzero (optional)

Complex Exponential (Cis)

cis(Exponent)

Arguments. 

  • Exponent: a free value

Cube Root

cbrt(Value)

Arguments. 

  • Value: a free value

Exponential (e^x)

exp(Exponent)

Arguments. 

  • Exponent: a free value

Natural Logarithm

ln(Value)

Arguments. 

  • Value: a number that is nonzero

Nth root

root(Base, Exponent)

Arguments. 

  • Base: a free value

  • Exponent: a free value

Square

sq(Value)

Arguments. 

  • Value: a free value

Square Root

sqrt(Value)

Arguments. 

  • Value: a free value

Square root (x * pi)

sqrtpi(Non-Negative Value)

Returns the non-negative square root of x * pi

Arguments. 

  • Non-Negative Value: a number >= 0

X raised to the power Y

pow(Base, Exponent)

Arguments. 

  • Base: a free value

  • Exponent: a free value