New Version 1.0.0
Basic Arithmetic Functions
sum()- Gets the sum of given numbers.difference()- Gets the difference of given numbers.product()- Gets the product of given numbers.quotient()- Gets the quotient of given numbers.remainder()- Gets the remainder of given numbers.
Basic Statistical Functions
mean()- Gets the mean of given numbers.median()- Gets the median of given numbers.mode()- Gets the mode of given numbers.range()- Gets the range of given numbers.
Sorting
sort()- Sorts numbers or strings in ascending order.
