v1.2.1
statistics
用於輕鬆高效處理資料的統計套件,內建貝葉斯網路(貝葉斯網)、許多數學函數與工具。
27喜歡 4800近 30 天下載150Pub 分數
AndroidiOSWebmacOSWindowsLinux
一個使用 Flutter 建構的簡單 RPN(逆波蘭表示法)計算器應用
{"sdk":"flutter"}^5.0.0^0.18.0^4.0.1^1.0.24^6.1.10^0.13.1^2.0.1{"sdk":"flutter"}—以下為英文專案原文快照,最新內容請造訪 GitHub。
A simple, modern calculator that uses RPN.
Reverse Polish Notation is a system where the operators are entered after the operands.
For example, rather than 2 + 2, you would enter:
2
2
+
The main benefit is a faster, more accurate interface:
Reverse Polish calculators do not need expressions to be parenthesized, so fewer operations need to be entered to perform typical calculations. Additionally, users of reverse Polish calculators made fewer mistakes than for other types of calculators.
(from the Wikipedia article above).
Screenshot 1 Screenshot 2Flutter CI