- android.permission.VIBRATE
- com.jovial.jrpn15.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Oct 5, 2024
JRPN 15C : calculatrice RPN inspirée de la calculatrice scientifique HP 15C Téléchargez la dernière version de JRPN 15C 2.1.16 pour profiter immédiatement de nouvelles fonctionnalités et mises à jour !
* Implement decimal floating point multiplication and division
to replace platform's IEEE binary floating point math (Issue 76).
* Round away from zero to more closely match HP's rounding behavior.
* Use decimal FP where appropriate, including matrix operations and
statistics operations on the 15C.
* Change internal overflow detection architecture to be more robust.
* 15C: Fix complex ABS function
* 15C: Use 1e-11 as minumum pivot in matrix LU decompositon (Issue 123)