- android.permission.INTERNET
- android.permission.ACCESS_FINE_LOCATION
- android.permission.WRITE_EXTERNAL_STORAGE
- android.permission.READ_EXTERNAL_STORAGE
Jun 1, 2020
Added inputFormUnicode function that returns expressions in input form, assuming you have a working Unicode environment.
Added concat[array1, array2] function.
Various fixes to regular expressions.
Added new makeArray functions that allow you to initialize the elements of an array with a function.
Added an arbitrary-precision square root routine sqrt[num, digits]