Returns the sum of two numbers.
Add for floating point numbers.
Creates a new dataframe
Returns the quotient of two numbers.
Returns the quotient of two floating point numbers.
Returns the factorial of a number.
Returns the factorial of a floating point number.
Returns the fibonacci of a number.
Returns the fibbonacci of a floating point number.
Returns true if the number is even.
Returns true if the floating point number is even.
Returns true if the number is odd.
Returns true if the floating point number is odd.
Returns true if the number is perfect cube.
Returns true if the floating point number is perfect cube.
Returns true if the number is perfect power.
Returns true if the floating point number is perfect power.
Returns true if the number is positive.
Returns true if the floating point number is perfect square.
Returns true if the number is prime.
Returns true if the floating point number is prime.
Returns the remainder of two numbers.
Returns the remainder of two floating point numbers.
Multiply left and right numbers.
Multiply left and right floating point numbers.
Returns the left number raised to the right number.
Returns the left floating point number raised to the right floating point number.
Returns the left number to the root of the right number.
Returns the left floating point number to the root of the right floating point number.
Returns the difference of two numbers.
Returns the difference of two floating point numbers.
Returns the median of two vectors
Returns the median of two vectors float
Returns the mode of two vectors
Returns the mode of two vectors float
Returns the sum of two vectors
Returns the average of two vectors
Returns the average of two vectors float
Returns the quotient of two vectors
Returns the quotient of two float vectors
Returns the interquartile range of all elements in a vector
Returns the interquartile range of all elements in a float vector
Returns the maximum of two vectors
Returns the maximum of two vectors float
Returns the mean of all elements in a vector
Returns the mean of all elements in a float vector
Returns the median of all elements in a vector
Returns the median of all elements in a float vector
Returns the minimum of two vectors
Returns the minimum of two vectors float
Returns the remainder of two vectors
Returns the modoulo of two vectors float
Returns the product of two vectors
Returns the product of two float vectors
Returns the power of two vectors
Returns the power of two vectors float
Returns the product of all elements in a vector
Returns the product of all elements in a float vector
Returns the quartiles of all elements in a vector
Returns the quartiles of all elements in a float vector
Returns the range of all elements in a vector
Returns the range of all elements in a float vector
Returns the root of two vectors
Returns the root of two vectors float
Returns the standard deviation of all elements in a vector
Returns the standard deviation of all elements in a float vector
Returns the difference of two vectors
Returns the difference of two float vectors
Returns the sum of all elements in a vector
Returns the sum of all elements in a float vector
Returns the variance of all elements in a vector
Returns the variance of all elements in a float vector