• Guesstimate Documentation
  • Introduction
  • FAQ
  • Theory
    • Confidence Intervals
    • Monte Carlo Simulations
  • Modeling
    • Input Types
    • Interpreting Your Results
    • Analysis Mode
    • SIPS and SLURPS
    • Markdown
  • Calculators
  • Function Reference
    • Operators
    • Available Functions
    • Financial Functions
    • Distributions
  • Organizations
  • Global Metrics
  • Organizational Metrics
  • Feedback
  • Release Notes
    • 4-5-2016
    • 4-26-2016
    • 5-17-2016
    • 6-1-2016
    • 6-21-2016
    • 7-26-2016
Powered by GitBook

Available Functions

Main Functions

Arithmetic

  • abs(x)
  • add(x, y)
  • cbrt(x)
  • ceil(x)
  • cube(x)
  • divide(x, y)
  • dotDivide(x, y)
  • dotMultiply(x, y)
  • dotPow(x, y)
  • exp(x)
  • fix(x)
  • floor(x)
  • gcd(a, b)
  • hypot(a, b, ...)
  • lcm(a, b)
  • log(x [, base])
  • log10(x)
  • mod(x, y)
  • multiply(x, y)
  • norm(x [, p])
  • nthRoot(a)
  • pow(x, y)
  • round(x [, n])
  • sign(x)
  • sqrt(x)
  • square(x)
  • subtract(x, y)
  • unaryMinus(x)
  • unaryPlus(x)
  • xgcd(a, b)

Bitwise

  • bitAnd(x, y)
  • bitNot(x)
  • bitOr(x, y)
  • bitXor(x, y)
  • leftShift(x, y)
  • rightArithShift(x, y)
  • rightLogShift(x, y)

Combinatorics

  • bellNumbers(n)
  • catalan(n)
  • composition(n, k)
  • stirlingS2(n, k)

Geometry

  • distance([x1, y1], [x2, y2])
  • intersect(endPoint1Line1, endPoint2Line1, endPoint1Line2, endPoint2Line2)

Probability

  • combinations(n, k)
  • factorial(n)
  • kldivergence(x, y)
  • multinomial(a)
  • permutations(n [, k])
  • pickRandom(array)
  • randomInt([min, max])

Relational

  • compare(x, y)
  • deepEqual(x, y)
  • equal(x, y)
  • larger(x, y)
  • largerEq(x, y)
  • smaller(x, y)
  • smallerEq(x, y)
  • unequal(x, y)

Statistics

  • max(a, b, c, ...)
  • mean(a, b, c, ...)
  • median(a, b, c, ...)
  • min(a, b, c, ...)
  • mode(a, b, c, ...)
  • prod(a, b, c, ...)
  • quantileSeq(A, prob[, sorted])
  • std(a, b, c, ...)
  • sum(a, b, c, ...)
  • var(a, b, c, ...)

Trigonometry

  • acos(x)
  • acosh(x)
  • acot(x)
  • acoth(x)
  • acsc(x)
  • acsch(x)
  • asec(x)
  • asech(x)
  • asin(x)
  • asinh(x)
  • atan(x)
  • atan2(y, x)
  • atanh(x)
  • cos(x)
  • cosh(x)
  • cot(x)
  • coth(x)
  • csc(x)
  • csch(x)
  • sec(x)
  • sech(x)
  • sin(x)
  • sinh(x)
  • tan(x)
  • tanh(x)

results matching ""

    No results matching ""