ユーザ用ツール

サイト用ツール


app:flcalc

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
app:flcalc [2014/02/03 12:05] – [Examples] ogaapp:flcalc [2014/03/16 18:03] (現在) – [Operator] oga
行 1: 行 1:
 ====== FL Scientific Calculator ====== ====== FL Scientific Calculator ======
 +
  
  
行 8: 行 9:
   * 32bit/16bit floating point RawBit conversion   * 32bit/16bit floating point RawBit conversion
   * Key repeat   * Key repeat
- 
  
  
行 23: 行 23:
 |(2)| [+] (67 [+] 99) [×] 3 [=]                        | 1000+(67+99)×3                       1498 | |(2)| [+] (67 [+] 99) [×] 3 [=]                        | 1000+(67+99)×3                       1498 |
 |(3)| [◀] [BS] 7 [=]                                    | 1000+(67+99)×7                       2162 | |(3)| [◀] [BS] 7 [=]                                    | 1000+(67+99)×7                       2162 |
-|(4)| [↑]                                              | 1000+(67+99)×7               |              |+|(4)| [↑]                                              | 1000+(67+99)×3               |              |
 |(5)| [↑]                                              | 80×5+75×8                                | |(5)| [↑]                                              | 80×5+75×8                                |
 ^ Hexdecimal                                            ^^                                            ^ ^ Hexdecimal                                            ^^                                            ^
行 53: 行 53:
 ^ fp16 RawBit conversion                                 ^^                                            ^ ^ fp16 RawBit conversion                                 ^^                                            ^
 |(1)| [CL] [Function] [bittoh(x)] [2ndF] [0x] [2ndF] C000 [=]   | bittoh(0xC000    |           -2 | |(1)| [CL] [Function] [bittoh(x)] [2ndF] [0x] [2ndF] C000 [=]   | bittoh(0xC000    |           -2 |
 +
 +
 +
 +===== Software Keyboard =====
 +
 +^ Label                     ^
 +| [2ndF]        | Shift       |
 +| [↑]/[↓]     | History     |
 +| [◀]/[▶]       | Cursor movement keys    |
 +| [Ans]         | Last answer    |
 +| [CL]          | Clear         |
 +| [ST>        | Store operator →   |
 +| [2ndF] [<ST]  | Store operator ←   |
 +| [2ndF] [h]    | Hyperbolic function  (ex. [2ndF] [h] [sin])  |
 +| [2ndF] [0x]   | Hexadecimal prefix   |
 +| [2ndF] [0o]   | Ocatl prefix   |
 +| [2ndF] [0b]   | Binary prefix  |
 +
 +
  
  
行 73: 行 92:
 | <nowiki>|^</nowiki>    | bitwise xor   | | <nowiki>|^</nowiki>    | bitwise xor   |
 | ~           | bitwise not        | | ~           | bitwise not        |
-<<        | bitwise shift      | +<nowiki> << </nowiki>        | bitwise shift      | 
->>        | bitwise shift      |+<nowiki> >> </nowiki>        | bitwise shift      |
 | →           | store  ( expr→memory )      | | →           | store  ( expr→memory )      |
 | ←           | store  ( memory←expr )      | | ←           | store  ( memory←expr )      |
行 89: 行 108:
 | !>          | max                | | !>          | max                |
  
 +
 +=== Order ===
 +
 +^ Priority ^  ^  ^
 +| High | (                      |
 +|      | !                 | fract  |
 +|      | -                 | minus sign  |
 +|      | <nowiki>  !!  ^</nowiki>              |
 +|      | ×  ÷  %        |        |
 +|      | +  -              |        |
 +|      | <nowiki><<  >>  </nowiki>          |        |
 +|      | <nowiki> !=  <  >  <=  >=  ==  !<  !></nowiki>     |
 +|      | <nowiki>&  |   |^</nowiki>                |
 +|      | <nowiki>&&  ||   </nowiki>    |    |
 +|      | ← →             | sotre  operator  |
 +| Low  | ,                 | comma     |
 +
 +
 +===== Link =====
 +
 +  * [[:app|Other applications]]
  
  
app/flcalc.1391396743.txt.gz · 最終更新: 2014/02/03 12:05 by oga

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki