Math (name shortened) - ColinTreeMath *


All the methods here is the same as the ColinTreeMathExtended, but some of the method names are being shortened
For example, GreatestCommonDivisor is named GCD here And this can avoid code area wasting

  • Update on 2019.4.6 (Version 2):
    • Fixed all num = (2n+1)^2 would be consider as prime

Methods

  • Average - return the average value of all number in the list
  • CbRt - Cube Root
  • GCD - Greatest Common Divisor
  • LCM - Least Common Mutiple
  • Log10 - return Log10number
  • Max - return the maximum number in the list
  • Min - return the minimum number in the list
  • Pi - Archimedes' constant π
  • Power - return value of numbern
  • Prime - return true if number is prime number
  • ROTSR - Reciprocal Of The Square Root - 1/√(number)
  • SortAscend - Bubble Sort In Ascending Order
  • SortDecend - Bubble Sort In Decending Order
  • e - Euler's number e
  • hypot - return √(number12+number22)

Download

results matching ""

    No results matching ""