/functions

A python library that includes every function in desmos and more

Primary LanguagePython

Console Calc

Python functions is a library with the goal of including every demos function and more without the use of the builtin math library.

List of Functions

Trig

  • sin
  • cos
  • tan
  • csc
  • sec
  • cot

Statistics

  • mean
  • median
  • min
  • max
  • quartile
  • stdev
  • stdevp
  • var
  • mad
  • cov
  • covp
  • corr
  • spearman
  • stats
  • count
  • total

List Operations

  • join
  • sort
  • shuffle
  • unique
  • for

Visualizations

  • histogram
  • dotplot
  • boxplot

Distributions

  • normaldist
  • tdist
  • poissiondist
  • binomialdist
  • uniformdist
  • pdf
  • cdf
  • inversecdf
  • random

Statistics Tests

  • ttest
  • tscore
  • ittest

Calculus

  • exp
  • ln
  • log
  • loga
  • deriv
  • fprime
  • integral
  • summation notation
  • product notation

Hyperbolic Trig Functions

  • sinh
  • cosh
  • tanh
  • csch
  • sech
  • coth

Geometry

  • polygon
  • distance
  • midpoint

Custom Colors (maybe)

  • rgb
  • hsv

Number Theory

  • lcm
  • gcd
  • mod
  • ceil
  • floor
  • round
  • sign
  • radical
  • nPr
  • nCr