- android.permission.INTERNET
- android.permission.ACCESS_FINE_LOCATION
- android.permission.WRITE_EXTERNAL_STORAGE
- android.permission.READ_EXTERNAL_STORAGE
Mar 1, 2020
* Added functions for obtaining the numerator and denominator of expressions.
* Fixed a problem in the map["funcname", list] function when the first parameter was a string indicating a function name.
* Added multiple functions for taking the first, last, and arbitrary elements of a list.
* Added several functions for enumerating through prime numbers.
* Fixed a bug in log[x, base] function.