JP2021152806A - Electronic apparatus, method for controlling electronic apparatus, and program - Google Patents

Electronic apparatus, method for controlling electronic apparatus, and program Download PDF

Info

Publication number
JP2021152806A
JP2021152806A JP2020053278A JP2020053278A JP2021152806A JP 2021152806 A JP2021152806 A JP 2021152806A JP 2020053278 A JP2020053278 A JP 2020053278A JP 2020053278 A JP2020053278 A JP 2020053278A JP 2021152806 A JP2021152806 A JP 2021152806A
Authority
JP
Japan
Prior art keywords
calculation
input
mode
key
numerical value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2020053278A
Other languages
Japanese (ja)
Other versions
JP7259790B2 (en
Inventor
博明 吉澤
Hiroaki Yoshizawa
博明 吉澤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2020053278A priority Critical patent/JP7259790B2/en
Priority to CN202110301139.XA priority patent/CN113448909A/en
Publication of JP2021152806A publication Critical patent/JP2021152806A/en
Priority to JP2023061214A priority patent/JP2023076624A/en
Application granted granted Critical
Publication of JP7259790B2 publication Critical patent/JP7259790B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/02Digital computers in general; Data processing equipment in general manually operated with input through keyboard and computation using a built-in program, e.g. pocket calculators
    • G06F15/025Digital computers in general; Data processing equipment in general manually operated with input through keyboard and computation using a built-in program, e.g. pocket calculators adapted to a specific application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/02Digital computers in general; Data processing equipment in general manually operated with input through keyboard and computation using a built-in program, e.g. pocket calculators
    • G06F15/0225User interface arrangements, e.g. keyboard, display; Interfaces to other computer systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Calculators And Similar Devices (AREA)

Abstract

To achieve the work improvement of an information input in a function mode by an electronic apparatus having the function mode for performing operation according to a specific rule on the basis of an argument.SOLUTION: In an electronic apparatus 10 including an input part 11 and a display part 12, in the case that a first numerical value being any of an input value of a first argument of a function mode, an operation value based on the input value, and an output result of the function mode is displayed in the display part 12 in the function mode, an input of calculation data including at least operation designation data is received by the input part 11, operation is executed on the basis of the first numerical value obtained by receiving the input and the calculation data, and an operation result is displayed in the display part 12.SELECTED DRAWING: Figure 3

Description

本発明は、引数に基づく特定の計算処理を行う機能モードを有する電子機器、電子機器の制御方法、及びその処理に係るプログラムに関する。 The present invention relates to an electronic device having a functional mode for performing a specific calculation process based on an argument, a control method for the electronic device, and a program related to the process.

近年、電卓と称される電子機器において、ユーザーの利便性向上や高機能化を図るべく、単に四則演算を行うだけでなく、引数に基づく特定のルールで計算処理を行う機能モードを有するものが提案及び実用化されている。 In recent years, electronic devices called calculators have a function mode that not only performs four arithmetic operations but also performs calculation processing according to specific rules based on arguments in order to improve user convenience and functionality. It has been proposed and put into practical use.

特許文献1には、数値入力モードと電卓モードを有するハンディターミナルに関する技術が記載されている。このハンディターミナルでは、数値入力モードにある状態で所定のキー(F1キー)を操作すると、数値入力モードから電卓モードに遷移し、その直前に数値入力画面で入力した数値が電卓モードの入力値として設定される。電卓モードでの四則演算実行後に別の確定用のキー(エンターキー)を操作すると、数値入力モードに戻り、電卓モードでの演算結果が数値入力モードの入力値として設定される。 Patent Document 1 describes a technique relating to a handy terminal having a numerical input mode and a calculator mode. In this handy terminal, if you operate a predetermined key (F1 key) while in the numerical value input mode, the numerical value input mode transitions to the calculator mode, and the numerical value entered on the numerical value input screen immediately before that is used as the calculator mode input value. Set. If another confirmation key (enter key) is operated after executing the four arithmetic operations in the calculator mode, the mode returns to the numerical input mode, and the calculation result in the calculator mode is set as the input value in the numerical input mode.

特許文献2には、文字入力装置において、入力された文字列が演算式であるか否かを判別し、演算式である場合は演算を行い、演算結果あるいは演算式をかな漢字変換データとして候補出力するという技術が記載されている。 In Patent Document 2, the character input device determines whether or not the input character string is an arithmetic expression, performs an operation if it is an arithmetic expression, and outputs the arithmetic result or the arithmetic expression as candidate output as kana-kanji conversion data. The technique of doing is described.

特開2004−213456号公報Japanese Unexamined Patent Publication No. 2004-213456 特開平6−202995号公報Japanese Unexamined Patent Publication No. 6-20295

電子機器の機能モードでは、複数の引数やデータを扱って操作や処理が複雑になりがちであるため、機能モードにおけるユーザーの使いやすさや作業性を向上させることが求められている。例えば、機能モードで特定の計算を行う際に、数値の単純入力だけでなく、より効率的に引数の入力や決定を行いたいという要求がある。しかし、特許文献1や特許文献2のような従来の技術では、こうした要求に対応できなかった。 In the functional mode of an electronic device, operations and processing tend to be complicated by handling a plurality of arguments and data, so that it is required to improve the usability and workability of the user in the functional mode. For example, when performing a specific calculation in the functional mode, there is a demand for more efficient input and determination of arguments as well as simple input of numerical values. However, conventional techniques such as Patent Document 1 and Patent Document 2 have not been able to meet such demands.

そこで、本発明は、引数入力に基づく特定ルールでの計算処理を行う機能モードを有する電子機器で、機能モードにおける情報入力の作業性向上を実現することを目的とする。 Therefore, an object of the present invention is to improve the workability of information input in the functional mode in an electronic device having a functional mode that performs calculation processing according to a specific rule based on argument input.

態様の一例の電子機器は、入力部と表示部を備え、電卓モードと、引数に基づく特定ルールに従う演算を行う機能モードとで動作可能であり、機能モードにおいて、該機能モードの第1引数の入力値、該入力値に基づく演算値、該機能モードの出力結果、のいずれかである第1数値が表示部に表示されている場合に、入力部により少なくとも演算子指定データを含む計算データの入力を受け付け、入力を受け付けた第1数値と計算データに基づいて演算を実行し、演算した結果を表示部に表示させる。 The electronic device of the embodiment is provided with an input unit and a display unit, and can operate in a calculator mode and a function mode in which an operation is performed according to a specific rule based on an argument. When the first numerical value, which is any of the input value, the calculated value based on the input value, and the output result of the function mode, is displayed on the display unit, the input unit indicates that the calculated data including at least the operator-designated data is included. The input is accepted, the calculation is executed based on the input first numerical value and the calculation data, and the calculation result is displayed on the display unit.

本発明によれば、機能モードでの引数の入力に関して、数値の単純入力だけでなく、四則演算などによる演算が可能であり、その演算結果を表示部に表示させるので、電子機器の機能モードにおける情報入力の作業性向上を実現できる。 According to the present invention, regarding the input of arguments in the function mode, it is possible to perform not only simple input of numerical values but also arithmetic operations such as four arithmetic operations, and the calculation results are displayed on the display unit. It is possible to improve the workability of information input.

本発明による電子機器の実施形態の外観を示す図である。It is a figure which shows the appearance of the embodiment of the electronic device by this invention. 電子機器のハードウェア構成例を示すブロック図である。It is a block diagram which shows the hardware configuration example of an electronic device. 電子機器の機能モードの第1の使用例を示す説明図である。It is explanatory drawing which shows the 1st use example of the functional mode of an electronic device. 機能モードの第1の使用例における処理を示すフローチャートである。It is a flowchart which shows the process in the 1st use example of a function mode. 電子機器の機能モードの第2の使用例を示す説明図であり、(A)は演算結果として期間を表示する場合、(B)は演算結果として日付を表示する場合である。It is explanatory drawing which shows the 2nd use example of the functional mode of an electronic device, (A) is the case which displays a period as a calculation result, (B) is the case which displays a date as a calculation result. 機能モードの第2の使用例における処理を示すフローチャートである。It is a flowchart which shows the process in the 2nd use example of a function mode.

以下、本発明を実施するための形態について図面を参照しながら詳細に説明する。図1は、本発明の実施形態である電子機器10の外観を示す図であり、図2は、電子機器10のハードウェア構成例を示すブロック図である。 Hereinafter, embodiments for carrying out the present invention will be described in detail with reference to the drawings. FIG. 1 is a diagram showing the appearance of the electronic device 10 according to the embodiment of the present invention, and FIG. 2 is a block diagram showing a hardware configuration example of the electronic device 10.

図1に示すように、携帯型の端末(電卓)である電子機器10は、入力部11と表示部12を有している。入力部11は、ユーザーの操作を受け付ける部分であり、押し込み可能な複数個のキーによって構成されている。表示部12は、液晶やLED(Light Emitting Diode)などによって、表示画面上に数字や所定の文字を表示する部分である。 As shown in FIG. 1, the electronic device 10 which is a portable terminal (calculator) has an input unit 11 and a display unit 12. The input unit 11 is a part that accepts a user's operation, and is composed of a plurality of keys that can be pressed. The display unit 12 is a portion that displays numbers and predetermined characters on the display screen by a liquid crystal display, an LED (Light Emitting Diode), or the like.

図2に示すように、電子機器10のハードウェア構成には、入力部11と表示部12の他に、CPU(Central Processing Unit)13、ROM(Read Only Memory)14、RAM(Random Access Memory)15、ディスプレイドライバ16が含まれている。 As shown in FIG. 2, in addition to the input unit 11 and the display unit 12, the hardware configuration of the electronic device 10 includes a CPU (Central Processing Unit) 13, a ROM (Read Only Memory) 14, and a RAM (Random Access Memory). 15, display driver 16 is included.

入力部11の各キーの押し込み操作が行われると、各キーに対応するキースイッチ(図示略)から信号がCPU13に入力される。CPU13は、入力部11からの信号入力に応じて、電子機器10の各部を統括的に制御するプロセッサである。なお、電子機器10の制御に関係する機能ブロックのうち、図2のハードウェア構成以外の部分に搭載されているものであっても、説明の便宜上、CPU13を制御の主体として説明する。 When each key of the input unit 11 is pressed, a signal is input to the CPU 13 from a key switch (not shown) corresponding to each key. The CPU 13 is a processor that comprehensively controls each unit of the electronic device 10 in response to a signal input from the input unit 11. Of the functional blocks related to the control of the electronic device 10, even if the functional blocks are mounted on a portion other than the hardware configuration shown in FIG. 2, the CPU 13 will be described as the main body of control for convenience of explanation.

ROM14は、読出し専用の半導体メモリであり、電子機器10での処理に用いられるプログラムを格納している。CPU13は、ROM14に格納されたプログラムによって、後述する各種の処理を実行する。RAM15は、ランダムアクセス可能な半導体メモリであり、CPU13がプログラムを実行する際に、プログラムやデータの作業領域として使用される。 The ROM 14 is a read-only semiconductor memory, and stores a program used for processing in the electronic device 10. The CPU 13 executes various processes described later by the program stored in the ROM 14. The RAM 15 is a randomly accessible semiconductor memory, and is used as a work area for programs and data when the CPU 13 executes a program.

ディスプレイドライバ16は、CPU13の制御によって、表示部12への数字や文字の表示処理を実行する。 The display driver 16 executes display processing of numbers and characters on the display unit 12 under the control of the CPU 13.

本実施形態の電子機器10は、引数によらない通常演算用の電卓モードに加えて、引数に基づいて特定のルールに従って演算する機能モードを備える電卓である。なお、以下に使用例として説明する機能モードの内容は、薬剤師などの医療従事者に適しているが、本発明おける機能モードは、以下の使用例に限定されるものではない。 The electronic device 10 of the present embodiment is a calculator having a function mode for calculating according to a specific rule based on arguments, in addition to a calculator mode for normal calculation that does not depend on arguments. The contents of the functional modes described below as usage examples are suitable for medical professionals such as pharmacists, but the functional modes in the present invention are not limited to the following usage examples.

図1を参照して、入力部11の詳細を説明する。入力部11のうち、図1に一点鎖線で囲んで示した数字キー領域20と計算命令キー領域21とメモリキー領域28は、それぞれが複数個のキーで構成される概念的なグループである。 The details of the input unit 11 will be described with reference to FIG. Of the input units 11, the number key area 20, the calculation command key area 21, and the memory key area 28 shown by being surrounded by a dashed-dotted line in FIG. 1 are conceptual groups each composed of a plurality of keys.

数字キー領域20には、0から9までの10個の数字キーと、小数点キーが配置されている。数字キー領域20の各キーは、電卓モードと機能モードのいずれでも数値入力用の操作手段として用いられる。後述する機能モードの第2の使用例(図5(A)、図5(B))では、数字キー領域20の一部のキーを、計算内容を選択するための手段としても用いる。 In the number key area 20, ten number keys from 0 to 9 and a decimal point key are arranged. Each key in the number key area 20 is used as an operation means for inputting numbers in both the calculator mode and the function mode. In the second usage example (FIGS. 5 (A) and 5 (B)) of the function mode described later, a part of the keys in the numeric key area 20 is also used as a means for selecting the calculation content.

数字キー領域20の右側に配した計算命令キー領域21は、電卓モードで演算の種類(四則演算など)を選択して演算子指定データを入力する部分であり、加減乗除(+、−、×、÷)用の各計算キーを有している。計算命令キー領域21にはさらに、余りが出る割り算の実行に用いられる余り計算キーが設けられている。 The calculation instruction key area 21 arranged on the right side of the number key area 20 is a part for selecting an operation type (four arithmetic operations, etc.) in the calculator mode and inputting operator designation data, and is addition, subtraction, multiplication, division (+,-, ×). , ÷) has each calculation key. The calculation instruction key area 21 is further provided with a remainder calculation key used for executing division that produces a remainder.

本実施形態における計算データとは、少なくとも演算子指定データを含むものである。計算データの第1の態様として、計算命令キー領域21のキー操作により入力される演算子指定データと、数字キー領域20のキー操作により入力される数値との組み合わせが計算データになる。計算データの第2の態様として、計算命令キー領域21のキー操作のみで、すなわち演算子指定データの入力のみで、計算データになる場合がある。第2の態様の例として、「×」キーを複数回押して累乗計算を行う場合が挙げられる。第2の態様の別の例として、電子機器10の入力部11に配置されない「×^2」キーを押して階乗計算を行う場合が挙げられる。 The calculated data in this embodiment includes at least operator-designated data. As the first aspect of the calculation data, the combination of the operator designation data input by the key operation of the calculation command key area 21 and the numerical value input by the key operation of the numerical key area 20 becomes the calculation data. As the second aspect of the calculation data, the calculation data may be obtained only by the key operation of the calculation instruction key area 21, that is, only the input of the operator designation data. As an example of the second aspect, there is a case where the power calculation is performed by pressing the "x" key a plurality of times. As another example of the second aspect, there is a case where the factorial calculation is performed by pressing the "x ^ 2" key which is not arranged in the input unit 11 of the electronic device 10.

入力部11の最下段には、数字キー領域20と計算命令キー領域21の間に、イコールキー22が配されている。イコールキー22は、電卓モードで演算を完了させる「=」のコマンドを入力する、演算完了操作手段として用いられる。イコールキー22はさらに、後述する機能モードでの演算実行指示の入力や演算結果の確定の操作にも用いられる。このような操作体系に対応させて、イコールキー22におけるキートップの「=」の表示とは別に、イコールキー22の下部に「入力・確定」の文字表示を付している。 At the bottom of the input unit 11, an equal key 22 is arranged between the number key area 20 and the calculation command key area 21. The equal key 22 is used as a calculation completion operation means for inputting a "=" command to complete the calculation in the calculator mode. The equal key 22 is also used for inputting a calculation execution instruction and confirming a calculation result in a function mode described later. Corresponding to such an operation system, a character display of "input / confirmation" is attached to the lower part of the equal key 22 in addition to the display of "=" on the key top of the equal key 22.

数字キー領域20の左側には、下側から順に、オールクリア(AC)キー23、クリア(C)キー24、桁下げキー25、サインチェンジキー26、オフ(OFF)キー27が配されている。数字キー領域20の上側は、メモリ操作用の3個のキー(MRC、M+、M−)を含むメモリキー領域28となっている。 On the left side of the number key area 20, all clear (AC) key 23, clear (C) key 24, carry down key 25, sign change key 26, and off (OFF) key 27 are arranged in order from the bottom. .. The upper side of the numeric key area 20 is a memory key area 28 including three keys (MRC, M +, M−) for memory operation.

入力部11の最上段には、機能キー30と機能キー31が配されている。機能キー30は、電子機器10における機能モードのうち、BMI(Body Mass Index)の計算モード(以下、BMI計算モードと呼ぶ)に入るための操作手段であり、キートップに「BMI」の表示がある。機能キー31は、電子機器10における機能モードのうち、日付の計算モード(以下、日付計算モードと呼ぶ)に入るための操作手段であり、キートップに「日付計算」の表示がある。なお、本実施形態では、BMIと日付の計算を例として説明するため、これらに対応する機能キー30と機能キー31のみを入力部11に表わしているが、さらに別の機能モードに対応する別の機能キーを備えていても良い。 A function key 30 and a function key 31 are arranged at the uppermost stage of the input unit 11. The function key 30 is an operation means for entering a BMI (Body Mass Index) calculation mode (hereinafter referred to as a BMI calculation mode) among the function modes in the electronic device 10, and "BMI" is displayed on the key top. be. The function key 31 is an operation means for entering a date calculation mode (hereinafter, referred to as a date calculation mode) among the function modes in the electronic device 10, and has a display of "date calculation" on the key top. In this embodiment, in order to explain the calculation of BMI and the date as an example, only the function key 30 and the function key 31 corresponding to these are represented in the input unit 11, but another function mode corresponding to yet another function mode is represented. It may have the function key of.

まず、電子機器10の機能モードの第1の使用例として、BMIの計算に適用した場合を説明する。BMIは、身長と体重の関係から算出される肥満度を示す体格指数であり、体重(kg)をw、身長(m)をhとした場合、BMI=w/hで算出される。この計算式を含むデータは、BMI計算用のアプリケーションとしてROM14に格納されている。 First, as a first use example of the functional mode of the electronic device 10, a case where it is applied to the calculation of BMI will be described. BMI is a body mass index that indicates the degree of obesity calculated from the relationship between height and weight, and is calculated by BMI = w / h 2 when weight (kg) is w and height (m) is h. The data including this calculation formula is stored in the ROM 14 as an application for BMI calculation.

図3は、電子機器10によってBMIを計算する際の、入力部11への入力内容と、CPU13などによる処理及び表示部12への表示内容との関係を、D01からD09のステップで示したものである。なお、以下の説明における電子機器10の各処理は、ユーザーによる操作であると明記している以外の内容は、CPU13を中心とする制御ブロック(図2)によって処理が行われるものとする。 FIG. 3 shows the relationship between the input content to the input unit 11 and the processing by the CPU 13 and the like and the display content to the display unit 12 when calculating the BMI by the electronic device 10 in steps D01 to D09. Is. It should be noted that each process of the electronic device 10 in the following description is performed by the control block (FIG. 2) centered on the CPU 13 except for the content clearly stated to be an operation by the user.

上述したように、機能キー30がBMI計算モードに入るための機能キーとなっている。図3に示すように、ユーザーによるオールクリアキー23の操作(D01)に続いて、ユーザーによる機能キー30の操作がCPU13に入力されると、ROM14からBMI計算用のアプリケーションが読み出されて、BMI計算モードに入る(D02)。 As described above, the function key 30 is a function key for entering the BMI calculation mode. As shown in FIG. 3, when the operation of the function key 30 by the user is input to the CPU 13 following the operation of the all clear key 23 (D01) by the user, the application for BMI calculation is read from the ROM 14 and the application for BMI calculation is read out. Enter the BMI calculation mode (D02).

BMI計算モードに入ると、表示部12の上段には、機能モードの種類を示す「BMI計算」の表示が行われる(D02)。この表示は、BMI計算モードが終了するまで継続される。本実施形態のBMI計算モードにおける第1引数(ユーザーが1番目に設定するパラメータ)は身長である。表示部12には、第1引数である身長の入力を促す「身長?」の表示と、身長の単位を示す「cm」の表示が行われる(D02)。 When the BMI calculation mode is entered, "BMI calculation" indicating the type of the function mode is displayed on the upper part of the display unit 12 (D02). This display continues until the BMI calculation mode ends. The first argument (the first parameter set by the user) in the BMI calculation mode of the present embodiment is height. The display unit 12 displays "height?" Prompting for input of height, which is the first argument, and "cm" indicating a unit of height (D02).

身長を入力する過程では、数字キー領域20の各キーを用いて数値の入力を行い、計算命令キー領域21の各キーを用いて演算子指定データの入力を行う。 In the process of inputting the height, the numerical value is input using each key of the numerical key area 20, and the operator designation data is input using each key of the calculation instruction key area 21.

図3の使用例では、ユーザーが最初に数字キーの「1」と「0」を操作している。当該操作に応じて、RAM15に入力値(第1数値)として「10」が記憶され、当該数値「10」が表示部12の数字表示領域に表示される(D03)。この段階では、クリアキー24や桁下げキー25、数字キー領域20の各キーなどを操作して、入力値の修正や変更が可能である。 In the usage example of FIG. 3, the user first operates the numeric keys "1" and "0". In response to the operation, "10" is stored in the RAM 15 as an input value (first numerical value), and the numerical value "10" is displayed in the numerical display area of the display unit 12 (D03). At this stage, the input value can be modified or changed by operating the clear key 24, the carry key 25, the number key area 20 and the like.

続いて、ユーザーが演算子指定データの入力として計算命令キー領域21の「×」キーを操作すると、乗算を準備する処理に移行し、表示部12で数値「10」の右側に、乗算処理を示す「×」が表示される(D04)。この状態で、ユーザーが演算子指定データに付随する第2数値の入力として数字キーの「5」を操作すると、当該入力値「5」がRAM15に記憶されると共に、表示部12の数字表示領域に入力値である「5」が表示される(D05)。D04での演算子指定データ「×」と、D05での数値「5」によって、1番目の計算データが入力されたことになる。 Subsequently, when the user operates the "x" key in the calculation instruction key area 21 as the input of the operator designation data, the process shifts to the process of preparing the multiplication, and the multiplication process is performed on the right side of the numerical value "10" on the display unit 12. The indicated "x" is displayed (D04). In this state, when the user operates the number key "5" as the input of the second numerical value accompanying the operator designation data, the input value "5" is stored in the RAM 15 and the number display area of the display unit 12 is displayed. The input value "5" is displayed in (D05). The operator designation data "x" in D04 and the numerical value "5" in D05 indicate that the first calculation data has been input.

続いて、ユーザーがさらに演算子指定データの入力として計算命令キー領域21の「+」キーを操作すると、先に記憶した入力値「10」に対して、1番目の計算データに基づく演算(1番目に入力した演算子指定データ「×」と、演算子に付随する第2数値「5」に基づく乗算)が実行される。そして、演算した結果の演算値「50」が、表示部12の数字表示領域に表示される(D06)。同時に、2番目に入力した演算子指定データ「+」により、表示されている演算値に対する加算を準備する処理に移行し、表示部12の数値「50」の右側に、加算処理を示す「+」が表示される(D06)。ここからさらに次の計算データに基づく演算を行う場合、先の演算値である「50」は、次の演算における第1数値になる。 Subsequently, when the user further operates the "+" key in the calculation instruction key area 21 as the input of the operator designation data, the operation based on the first calculation data (1) with respect to the previously stored input value "10". The operator specification data "x" entered second and the multiplication based on the second numerical value "5" attached to the operator) are executed. Then, the calculated value "50" as a result of the calculation is displayed in the number display area of the display unit 12 (D06). At the same time, the second input operator specification data "+" shifts to the process of preparing the addition for the displayed calculated value, and the "+" indicating the addition process is shown on the right side of the numerical value "50" of the display unit 12. Is displayed (D06). When an operation based on the next calculation data is further performed from here, the previous operation value "50" becomes the first numerical value in the next operation.

続いて、ユーザーが、先に入力した演算子指定データ「+」に付随する第2数値の入力として、数字キーの「1」と「2」と「0」を連続操作すると、当該操作に応じた入力値「120」がRAM15に記憶されると共に、表示部12の数字表示領域に入力値である「120」が表示される(D07)。D06での演算子指定データ「+」と、D07での第2数値「120」によって、2番目の計算データが入力されたことになる。この段階では、クリアキー24や桁下げキー25、数字キー領域20の各キーを操作して、入力値の修正や変更が可能である。 Subsequently, when the user continuously operates the number keys "1", "2", and "0" as the input of the second numerical value accompanying the operator designation data "+" input earlier, the operation is performed in response to the operation. The input value "120" is stored in the RAM 15, and the input value "120" is displayed in the numerical display area of the display unit 12 (D07). The operator designation data "+" in D06 and the second numerical value "120" in D07 indicate that the second calculation data has been input. At this stage, the input value can be modified or changed by operating the clear key 24, the carry key 25, and the number key area 20.

この状態で、ユーザーがイコールキー22を操作すると、1番目の計算データに基づく演算値(第1数値)「50」に対して、2番目の計算データに基づく演算(2番目に入力した演算子指定データ「+」と、演算子に付随して入力した第2数値「120」に基づく加算)が行われる。このイコールキー22の1回目の操作によって、第1引数の入力状態での一連の演算が一旦終了し、2番目の計算データに基づく演算結果である数値「170」をRAM15に記憶すると共に、表示部12の数字表示領域に演算値「170」を表示する(D08)。 In this state, when the user operates the equal key 22, the operation value (first numerical value) "50" based on the first calculation data is compared with the operation based on the second calculation data (the operator entered second). Addition based on the designated data "+" and the second numerical value "120" input accompanying the operator) is performed. By the first operation of the equal key 22, a series of operations in the input state of the first argument is temporarily completed, and the numerical value "170" which is the operation result based on the second calculation data is stored in the RAM 15 and displayed. The calculated value "170" is displayed in the number display area of unit 12 (D08).

以上のように、機能モードでの引数入力において、ユーザーによる入力値や、入力値に基づく演算値に対して、適宜計算データに基づく演算を行っていくことができる。なお、上記の例では、1番目の計算データと、2番目の計算データのいずれも、演算子指定データと数値の入力を含むもの(上述した第1の態様)であるが、演算子指定データの入力のみによる計算データ(上述した第2の態様)で演算を行ってもよい。 As described above, in the argument input in the function mode, it is possible to perform an operation based on the calculation data as appropriate for the input value by the user and the operation value based on the input value. In the above example, both the first calculation data and the second calculation data include operator designation data and input of numerical values (the first aspect described above), but operator designation data. The calculation may be performed using the calculation data (the second aspect described above) only by inputting the above.

なお、この段階では、第1引数である身長の入力は確定していない。ユーザーが身長の数値変更を行いたい場合には、演算結果である「170」を基にして、数字キー領域20と計算命令キー領域21の各キー、クリアキー24や桁下げキー25などを適宜操作することで、変更が可能である。数値の変更操作を行った場合、イコールキー22の操作回数のカウントはリセットされ、次回のイコールキー22の操作は、再び1回目としてカウントされる。つまり、イコールキー22については、通算の操作回数ではなく、連続した操作が行われたか否かを判定する。 At this stage, the input of height, which is the first argument, has not been finalized. When the user wants to change the numerical value of the height, based on the calculation result "170", each key of the numerical key area 20 and the calculation command key area 21, the clear key 24, the carry key 25, etc. are appropriately used. It can be changed by operating it. When the numerical value is changed, the count of the number of operations of the equal key 22 is reset, and the next operation of the equal key 22 is counted again as the first operation. That is, for the equal key 22, it is determined whether or not continuous operations have been performed, not the total number of operations.

表示部12に表示される数値が所望のものになった段階(イコールキー22の1回目の操作で演算完了になっている状態)で、ユーザーがイコールキー22の2回目の操作を行うと、BMI計算モードにおける第1引数である身長の数値が確定する。このように、演算を完了させる1回目のイコールキー22の操作に続いて、引数を確定させる2回目のイコールキー22の操作によって、身長の入力過程が終了する。 When the user performs the second operation of the equal key 22 at the stage when the numerical value displayed on the display unit 12 becomes the desired one (the calculation is completed by the first operation of the equal key 22), The numerical value of height, which is the first argument in the BMI calculation mode, is fixed. In this way, the height input process is completed by the second operation of the equal key 22 for confirming the argument following the first operation of the equal key 22 for completing the calculation.

上述した2回目のイコールキー22の操作により身長の数値が確定すると、BMI計算モードにおける第2引数(ユーザーが2番目に設定するパラメータ)である体重の数値入力過程に遷移する。この遷移により、表示部12には、第2引数である体重の入力を促す「体重?」の表示と、体重の単位である「kg」の表示が行われる(D09)。 When the height value is determined by the second operation of the equal key 22 described above, the process transitions to the weight value input process, which is the second argument (second parameter set by the user) in the BMI calculation mode. By this transition, the display unit 12 displays "body weight?" Prompting to input the body weight, which is the second argument, and "kg", which is a unit of body weight (D09).

図3では詳細を省略しているが、体重を入力する過程では、上述した身長の入力と同様に、単純な数値入力だけではなく、数字キー領域20の各キーを用いて入力される数値や演算後の演算値に対して、計算命令キー領域21の各キーを用いて入力される演算子指定データを少なくとも含む計算データによって、演算を行うことが可能である。つまり、入力値又は演算値としての第1数値が表示部12に表示された状態で、計算データが入力されると、第1数値と計算データに基づいて演算を実行し、演算結果を表示部12に表示させる。 Although the details are omitted in FIG. 3, in the process of inputting the weight, not only the simple numerical input but also the numerical value input using each key of the numerical key area 20 and the numerical value input using each key of the numerical key area 20 are performed in the process of inputting the weight. It is possible to perform an operation on the operation value after the operation by using the calculation data including at least the operator designation data input by using each key of the calculation instruction key area 21. That is, when the calculation data is input while the first numerical value as the input value or the calculation value is displayed on the display unit 12, the calculation is executed based on the first numerical value and the calculation data, and the calculation result is displayed on the display unit. Display on 12.

なお、図3の使用例では、身長の数値が確定して体重の数値入力過程に遷移する際(D09)に、体重の暫定値である「60」を自動的に表示するように制御しており、当該暫定値が遷移直後の第1数値となる。この使用例とは異なり、体重の数値入力過程に遷移したときに、暫定的な数値表示は行わず、ユーザーが第1数値を直接入力するように設定してもよい。 In the usage example of FIG. 3, when the height value is fixed and the process transitions to the weight value input process (D09), the provisional weight value “60” is controlled to be automatically displayed. Therefore, the provisional value becomes the first numerical value immediately after the transition. Unlike this usage example, when the transition to the numerical value input process of the body weight is performed, the provisional numerical value may not be displayed and the user may be set to directly input the first numerical value.

演算結果が表示部12に表示された状態で、ユーザーがイコールキー22を操作すると、第2引数である体重の数値が確定する。なお、体重の入力過程で演算を行った場合には、演算を完了させる1回目のイコールキー22の操作に続いて、引数を確定させる2回目のイコールキー22の操作によって、体重の入力過程が終了する。 When the user operates the equal key 22 while the calculation result is displayed on the display unit 12, the numerical value of the body weight, which is the second argument, is fixed. When the calculation is performed in the weight input process, the weight input process is performed by the second operation of the equal key 22 for confirming the argument following the first operation of the equal key 22 for completing the calculation. finish.

図3では省略しているが、第1引数である身長と第2引数である体重の両方が確定した段階で、CPU13は、BMIの算出処理を実行させる。具体的には、計算式であるBMI=w/hの「w」に第2引数である体重の数値、「h」に第1引数である身長の数値(cm単位で決定した数値をm単位に換算したもの)を入力してBMIを演算する。そして、演算したBMIの値を表示部12の数字表示領域に表示する。 Although omitted in FIG. 3, the CPU 13 causes the BMI calculation process to be executed when both the height as the first argument and the weight as the second argument are determined. Specifically, in the calculation formula BMI = w / h 2 , "w" is the second argument, the weight value, and "h" is the height value, which is the first argument (the value determined in cm is m). Calculate the BMI by inputting (converted to the unit). Then, the calculated BMI value is displayed in the number display area of the display unit 12.

図4は、以上のBMI計算モードに対応する制御のフローチャートである。このフローチャートは、第1引数である身長と、第2引数である体重の両方の入力に対応している。 FIG. 4 is a flow chart of control corresponding to the above BMI calculation mode. This flowchart corresponds to the input of both the height, which is the first argument, and the weight, which is the second argument.

最初に、CPU13は、数字キー領域20の各キーの操作の有無を判定する(ステップS100)。 First, the CPU 13 determines whether or not each key in the numeric key area 20 is operated (step S100).

数字キー領域20のいずれかのキーが操作された場合(ステップS100:YES)、CPU13は、数値入力処理(ステップS101)を行い、操作されたキーからの信号に基づく数値をRAM15に記憶させると共に、ディスプレイドライバ16に指示を送って当該数値を表示部12に表示させる。ステップS101での数値入力処理は、数字キー領域20のキーを操作した順に、表示部12に数字を表示させるものである。ステップS101の実行後は、ステップS100に戻る。 When any key in the number key area 20 is operated (step S100: YES), the CPU 13 performs a numerical input process (step S101) to store the numerical value based on the signal from the operated key in the RAM 15. , Send an instruction to the display driver 16 to display the numerical value on the display unit 12. The numerical value input process in step S101 causes the display unit 12 to display numbers in the order in which the keys in the numerical key area 20 are operated. After the execution of step S101, the process returns to step S100.

数字キー領域20のキー操作が無い場合(ステップS100:NO)、CPU13は、計算命令キー領域21の各キーの操作の有無を判定する(ステップS102)。 When there is no key operation in the numeric key area 20 (step S100: NO), the CPU 13 determines whether or not each key in the calculation command key area 21 is operated (step S102).

計算命令キー領域21のいずれかのキーが操作された場合(ステップS102:YES)、CPU13は、演算用の計算データと演算の実行指示が入力されているか否かを判定する(ステップS103)。なお、ここでの演算の実行指示は、イコールキー22の操作以外による実行指示を意味する。 When any key in the calculation command key area 21 is operated (step S102: YES), the CPU 13 determines whether or not the calculation data for calculation and the execution instruction of the calculation are input (step S103). The calculation execution instruction here means an execution instruction other than the operation of the equal key 22.

ここで、演算子指定データに続いて数値が入力された場合や、演算子指定データによって所定の累乗計算の指定などがあった場合には、計算データの入力有りと判定する(ステップS103:YES)。そして、演算の実行指示によって、当該計算データに基づく演算を実行する(ステップS104)。ステップS104の実行後は、ディスプレイドライバ16に指示を送って演算値を表示部12に表示し、ステップS100に戻る。 Here, when a numerical value is input after the operator designation data, or when a predetermined power calculation is specified by the operator designation data, it is determined that the calculation data is input (step S103: YES). ). Then, the calculation based on the calculation data is executed according to the calculation execution instruction (step S104). After the execution of step S104, an instruction is sent to the display driver 16 to display the calculated value on the display unit 12, and the process returns to step S100.

例えば、図3の使用例のD04〜D06のように、「×」に続いて「5」を入力すると計算データの入力になり、続いて「+」キーを操作すると演算実行指示になる。これにより、ステップS103の判定がYESになり、ステップS104での演算を実行する処理に進む。そして、演算値である「50」を表示部12に表示する。 For example, as in D04 to D06 of the usage example of FIG. 3, when "x" is followed by "5", the calculation data is input, and then when the "+" key is operated, the calculation execution instruction is performed. As a result, the determination in step S103 becomes YES, and the process proceeds to the process of executing the calculation in step S104. Then, the calculated value "50" is displayed on the display unit 12.

なお、計算データに基づく演算方法として、操作した演算子指定データの順番通りに演算する場合と、高階の演算子指定データを優先して演算する場合がある。例えば、最初の入力値である「10」に続いて、ユーザーが「+」、「5」、「×」、「8」の順で入力部11の各キーを操作したとする。 As a calculation method based on the calculation data, there are a case where the calculation is performed in the order of the operated operator designation data and a case where the calculation is performed with priority given to the higher-order operator designation data. For example, suppose that the user operates each key of the input unit 11 in the order of "+", "5", "x", and "8" after the first input value "10".

ここで、操作した演算子指定データの順番通りに演算する場合は、1番目の演算として「10+5」を行い、その演算値「15」に基づいて2番目の演算「15×8」を行って、演算値「120」を得る。この場合、第1数値「10」に対応する計算データは、演算子指定データ「+」と第2数値「5」である。続いて、その演算値「15」を新たな第1数値として、演算子指定データ「×」と第2数値「8」に基づく2番目の演算が行われる。 Here, when the operation is performed in the order of the operated operator designation data, "10 + 5" is performed as the first operation, and the second operation "15 x 8" is performed based on the operation value "15". , The calculated value "120" is obtained. In this case, the calculation data corresponding to the first numerical value "10" is the operator designation data "+" and the second numerical value "5". Subsequently, the second operation based on the operator designation data "x" and the second numerical value "8" is performed with the operation value "15" as a new first numerical value.

高階の演算子指定データを優先して演算する場合は、1番目の演算として「5×8」を行い、その演算値「40」に基づいて2番目の演算「10+40」を行って、演算値「50」を得る。この場合、第1数値「10」に対応する計算データは、演算子指定データ「+」と、1番目の演算による第2数値「40」である。 When the operation specified by the operator of the higher order is prioritized, "5x8" is performed as the first operation, and the second operation "10 + 40" is performed based on the operation value "40" to perform the operation value. Get "50". In this case, the calculation data corresponding to the first numerical value "10" is the operator designation data "+" and the second numerical value "40" by the first operation.

このように、第1数値と計算データに基づく演算は、1回で完了する場合に限定されず、一つ前の演算による演算値を第2数値として更新しながら、複数回の演算を行う場合を含んでいる。そして、複数回の演算を行う場合の計算データの入力とは、ユーザーによる操作の順ではなく、実際の演算を行う順序に対応する計算データの入力(受付処理)を意味する。例えば、電子機器10の機能モードにおける演算が、高階の演算子指定データを優先して演算する仕様である場合、上記操作例でのユーザーによる「+」、「5」の操作の時点ではなく、それよりも高階の演算子指定データ「×」と「8」の入力によって、「10」に対応する計算データの入力があったものと判定(ステップS103でのYES)される。 In this way, the calculation based on the first numerical value and the calculated data is not limited to the case where the calculation is completed only once, and the calculation value obtained by the previous calculation is updated as the second numerical value while the calculation is performed a plurality of times. Includes. Then, the input of the calculation data when the calculation is performed a plurality of times means the input of the calculation data (acceptance processing) corresponding to the order in which the actual calculation is performed, not in the order of the operations by the user. For example, when the calculation in the function mode of the electronic device 10 is a specification that gives priority to the operator designation data of the higher order, the calculation is not performed at the time of the user's operation of "+" or "5" in the above operation example. By inputting the operator designation data "x" and "8" at a higher level than that, it is determined that the calculation data corresponding to "10" has been input (YES in step S103).

一方、ステップS103の判定で、演算子指定データに続いて数値が入力されない場合(高階の演算子指定データを優先する仕様で、高階の演算子指定データに続く数値入力がない場合を含む)や、演算子指定データによる所定の累乗計算の指定などが無い場合には、計算データの入力が無いと判定し(ステップS103:NO)、演算子指定データの受付処理を行い(ステップS105)、ステップS100に戻る。演算子指定データの受付処理では、演算子指定データに対応した演算準備(RAM15への記憶)をすると共に、ディスプレイドライバ16に指示を送って、演算子(+、−、×、÷など)を表示部12に表示させる。 On the other hand, in the determination of step S103, when a numerical value is not input following the operator specified data (including a case where there is no numerical input following the higher-order operator specified data in the specification giving priority to the higher-order operator specified data). If there is no designation of the predetermined power calculation by the operator designation data, it is determined that there is no input of the calculation data (step S103: NO), the operator designation data is accepted (step S105), and the step Return to S100. In the reception process of operator-designated data, while preparing for calculation (storage in RAM 15) corresponding to operator-designated data, an instruction is sent to the display driver 16 to perform operators (+,-, ×, ÷, etc.). It is displayed on the display unit 12.

ステップS102での判定において、計算命令キー領域21のキー操作が無い場合(ステップS102:NO)、CPU13は、イコールキー22の操作の有無を判定する(ステップS106)。 In the determination in step S102, when there is no key operation in the calculation command key area 21 (step S102: NO), the CPU 13 determines whether or not the equal key 22 is operated (step S106).

イコールキー22が操作されない場合(ステップS106:NO)、演算を完了せず、数字キー領域20の各キーによる数値入力と、計算命令キー領域21の各キーによる演算子指定データ入力を許容する状態で待機する。 When the equal key 22 is not operated (step S106: NO), the calculation is not completed, and the numerical input by each key in the numerical key area 20 and the operator specification data input by each key in the calculation instruction key area 21 are allowed. Wait at.

イコールキー22が操作された場合(ステップS106:YES)、CPU13は、計算データに基づく演算が完了しているか否か判定する(ステップS107)。 When the equal key 22 is operated (step S106: YES), the CPU 13 determines whether or not the calculation based on the calculation data is completed (step S107).

ステップS107の判定で、計算データに基づく演算途中である場合(ステップS107:YES)、すなわち、直前にイコールキー22が操作されておらず、演算完了のステータスになっていない場合、CPU13は、演算の実行処理及び演算結果の表示設定処理(ステップS108)を行わせる。ステップS108の処理では、計算データに基づく演算を実行すると共に、ディスプレイドライバ16に指示を送って、演算した結果の数値を表示部12に表示させる。図3の使用例では、表示部12に数値「170」を表示した状態(D08)が相当する。 In the determination of step S107, if the calculation based on the calculation data is in progress (step S107: YES), that is, if the equal key 22 has not been operated immediately before and the calculation completion status has not been reached, the CPU 13 performs the calculation. Execution process and display setting process (step S108) of the calculation result are performed. In the process of step S108, the calculation based on the calculated data is executed, and an instruction is sent to the display driver 16 to display the numerical value of the calculation result on the display unit 12. In the usage example of FIG. 3, the state (D08) in which the numerical value "170" is displayed on the display unit 12 corresponds to this.

ステップS107の判定で、演算途中ではない場合(ステップS107:NO)、ステップS109に進む。この段階では、ステップS108での演算を完了した上で、ユーザーによるイコールキー22の操作が行われている。すなわち図3のD09のように、2回目のイコールキー22の操作を行った状態である。そして、CPU13は、ステップS109で引数の確定処理を行わせる。確定処理では、表示部12に表示されている演算結果の数値を、引数の確定値としてRAM15に保持させる。また、ステップS109では、図3の使用例で身長の確定後に体重を設定する場合のように、次の引数設定に備えて、キーの入力待機や画面表示切替などの処理を行う。図3の使用例では、表示部12に数値「60」を表示した状態(D09)が相当する。 If the determination in step S107 is not in the middle of calculation (step S107: NO), the process proceeds to step S109. At this stage, the user operates the equal key 22 after completing the calculation in step S108. That is, as shown in D09 of FIG. 3, it is a state in which the equal key 22 is operated for the second time. Then, the CPU 13 causes the argument determination process to be performed in step S109. In the confirmation process, the numerical value of the calculation result displayed on the display unit 12 is held in the RAM 15 as the confirmation value of the argument. Further, in step S109, as in the case of setting the weight after the height is determined in the usage example of FIG. 3, processing such as waiting for key input and switching the screen display is performed in preparation for the next argument setting. In the usage example of FIG. 3, the state (D09) in which the numerical value "60" is displayed on the display unit 12 corresponds to this.

以上のBMI計算モードの使用例では、引数(身長、体重)の入力状態において、数値の単純入力だけではなく、入力値や一つ前の演算値に対して四則演算などを行い、最終的な演算値を引数として設定できるように処理している。そのため、電卓モードとは別種の計算処理(引数に基づく特定ルールに従う演算)を行う機能モード(BMI計算モード)での、情報入力の作業性向上を実現できる。特に、機能モードで扱う個々の引数が、何らかの演算を要するタイプのものである場合、事前に電卓モードで引数を演算した上で、記録しておいた引数を機能モードに切り替えてから入力するのは手間がかかる。これに対し、本使用例では、機能モードの中で数値入力と演算を併用した引数設定を自在に行えるので、煩雑なモード切り替えを要さず利便性が向上する。 In the above usage example of the BMI calculation mode, in the input state of the arguments (height, weight), not only the simple input of the numerical value but also the four rules of calculation for the input value and the previous operation value are performed, and the final operation is performed. Processing is performed so that the calculated value can be set as an argument. Therefore, it is possible to improve the workability of information input in the function mode (BMI calculation mode) in which a calculation process (calculation according to a specific rule based on an argument) different from the calculator mode is performed. In particular, if the individual arguments handled in the function mode are of a type that requires some kind of calculation, the arguments are calculated in advance in the calculator mode, and the recorded arguments are switched to the function mode before input. Is time-consuming. On the other hand, in this usage example, since the argument can be freely set by using the numerical input and the calculation in the function mode, the convenience is improved without the need for complicated mode switching.

比較例として、従来の機能モードで、引数として身長を入力する場合を説明する。従来の機能モードの引数の入力状態では、数値の単純入力だけを受け付ける制御になっていた。そのため、入力部11に対して図3と同様のキー操作を行うと、次のようになる。「10」、「×」、「5」というキー操作では、「×」の入力が無視されて、「105」という数値入力が行われたことになり、表示部12に「105」が表示される。次の「+」、「120」というキー操作では、「+」の入力が無視されて、「120」という数値入力だけが行われたという扱いになる。その結果、表示部12の表示は「105120」になる。従って、従来の機能モードでは、ユーザーが正確な引数を直接に数値入力する選択しかなく、演算を利用して引数を求めたい場合は、機能モード内の処理では対応できなかった。 As a comparative example, a case where the height is input as an argument in the conventional function mode will be described. In the input state of the argument of the conventional function mode, the control is to accept only the simple input of the numerical value. Therefore, when the same key operation as in FIG. 3 is performed on the input unit 11, the result is as follows. In the key operations of "10", "x", and "5", the input of "x" is ignored, the numerical value of "105" is input, and "105" is displayed on the display unit 12. NS. In the next key operation of "+" and "120", the input of "+" is ignored and only the numerical input of "120" is performed. As a result, the display of the display unit 12 becomes "105120". Therefore, in the conventional function mode, the user has no choice but to directly input an accurate argument as a numerical value, and when he / she wants to obtain an argument by using an operation, the processing in the function mode cannot handle it.

また、本使用例では、引数(身長、体重)の入力状態において、演算実行後に演算結果を表示部12に表示(図3のD06、D08)し、表示された内容をユーザーが確認した上で、イコールキー22の操作で引数が確定される。ユーザーは、「機能モードでは演算結果の表示時にイコールキー22を操作すると引数が確定される」という点のみを意識すればよく、複雑な操作を行う必要がない。引数の入力に際し、その他の数字キー領域20や計算命令キー領域21の各キーについては、電卓モードでの各キーの機能に準じた内容(数値入力や演算子指定データの入力)で用いられるので、操作の混乱をきたすおそれがない。このように、機能モードでの引数入力において、目視での演算結果の確認による入力の正確性を向上させつつ、ユーザーに違和感を与えず直感的に使いやすい操作体系を実現することができる。 Further, in this usage example, in the input state of the arguments (height, weight), the calculation result is displayed on the display unit 12 (D06, D08 in FIG. 3) after the calculation is executed, and the user confirms the displayed contents. , The argument is confirmed by the operation of the equal key 22. The user only needs to be aware of the fact that "in the function mode, the argument is determined by operating the equal key 22 when displaying the calculation result", and there is no need to perform a complicated operation. When inputting arguments, the other keys in the numeric key area 20 and the calculation command key area 21 are used according to the functions of each key in the calculator mode (numeric input and operator specification data input). , There is no risk of confusion in operation. In this way, in the argument input in the function mode, it is possible to realize an operation system that is intuitively easy to use without giving a sense of discomfort to the user while improving the accuracy of the input by visually confirming the calculation result.

また、次に設定すべき引数がある場合、イコールキー22の操作による先の引数確定で、自動的に次の引数入力用の表示及び処理に進むので、複数の引数の入力を効率良く行うことができる。 In addition, if there is an argument to be set next, the previous argument is confirmed by operating the equal key 22, and the display and processing for the next argument input is automatically performed. Therefore, input multiple arguments efficiently. Can be done.

続いて、電子機器10の機能モードの第2の使用例として、日付計算に適用した場合を説明する。図5(A)及び図5(B)は、電子機器10によって日付を計算する際の、入力部11への入力と、CPU13などによる処理及び表示部12への表示との関係を示したものである。図5(A)は、基準日から所定の日付までの期間(日数)を計算する使用例であり、D11からD20までのステップを含む。図5(B)は、基準日から所定の期間(日数)での日付を計算する使用例であり、D21からD28のステップを含む。日付計算に用いる式などのデータは、日付計算用のアプリケーションとしてROM14に格納されている。 Subsequently, as a second use example of the functional mode of the electronic device 10, a case where it is applied to date calculation will be described. 5 (A) and 5 (B) show the relationship between the input to the input unit 11 when calculating the date by the electronic device 10, the processing by the CPU 13 and the like, and the display on the display unit 12. Is. FIG. 5A is a usage example for calculating the period (number of days) from the base date to a predetermined date, and includes steps from D11 to D20. FIG. 5B is an example of use for calculating a date in a predetermined period (number of days) from a reference date, and includes steps D21 to D28. Data such as formulas used for date calculation are stored in ROM 14 as an application for date calculation.

まず、図5(A)の使用例を説明する。入力部11における機能キー31が日付計算モードに入るための機能キーとなっている。ユーザーによるオールクリアキー23の操作(D11)に続いて、機能キー31の操作がCPU13に入力されると、ROM14から日付計算用のアプリケーションが読み出されて、日付計算モードに入る(D12)。 First, a usage example of FIG. 5A will be described. The function key 31 in the input unit 11 is a function key for entering the date calculation mode. When the operation of the function key 31 is input to the CPU 13 following the operation of the all clear key 23 by the user (D11), the application for date calculation is read from the ROM 14 and the date calculation mode is entered (D12).

日付計算モードに入ると、基準日の入力を促す「基準日?」の表示と、日付の単位である年月日「20yy mm dd」の表示が行われる(D12)。なお、表示部12の数値入力領域には、ユーザーによる数値入力の手間を軽減するべく、西暦の上2桁である「20」が予め表示される。但し、西暦の上2桁の表示を行わずに、西暦の全桁をユーザーがキー入力するように設定することも可能である。 When the date calculation mode is entered, the display of "base date?" Prompting for input of the base date and the display of the date "20 yy mm dd" which is the unit of the date are displayed (D12). In addition, in the numerical value input area of the display unit 12, "20" which is the first two digits of the Christian era is displayed in advance in order to reduce the trouble of inputting the numerical value by the user. However, it is also possible to set the user to key in all the digits of the Christian era without displaying the first two digits of the Christian era.

日付計算モードでは、ユーザーによるイコールキー22の操作で、入力結果の決定と演算の実行指示を行わせる。電子機器10は、表示部12に年月日「20yy mm dd」を表示する際に、その右側に「=」を表示させる。この「=」の表示は、日付表示中の状態でイコールキー22を操作することによって、当該表示中の日付が入力値として決定されることをユーザーに報知するためのものである。 In the date calculation mode, the user operates the equal key 22 to determine the input result and instruct the execution of the calculation. When the electronic device 10 displays the date "20 yy mm dd" on the display unit 12, "=" is displayed on the right side thereof. The display of "=" is for notifying the user that the date being displayed is determined as an input value by operating the equal key 22 while the date is being displayed.

ユーザーによる基準日の入力は、数字キー領域20の各キーを用いて行われる。ユーザーは、予め表示済みの西暦の上2桁を除く6桁の数字を、日付として入力する。図5(A)の使用例では、基準日を2020年1月1日に設定するべく、数字キー領域20の3つのキーを操作して「200101」と入力している。当該入力を受けて、表示部12の数字表示領域には、「2020−01−01」という日付が表示される(D13)。なお、ユーザーが入力するのは数値のみであり、年、月、日の間のハイフンは自動で表示される。 The input of the reference date by the user is performed using each key in the number key area 20. The user inputs a 6-digit number excluding the first 2 digits of the Christian era that has been displayed in advance as a date. In the usage example of FIG. 5 (A), "200101" is input by operating the three keys in the number key area 20 in order to set the reference date to January 1, 2020. In response to the input, the date "2020-01-01" is displayed in the number display area of the display unit 12 (D13). The user only inputs a numerical value, and the hyphen between the year, month, and day is automatically displayed.

この段階では、クリアキー24や桁下げキー25、数字キー領域20の各キーなどを操作して、一連の6桁の数字を適宜入力することで、基準日の修正や変更が可能である。基準日の入力及び表示が完了し、ユーザーがイコールキー22を操作すると、表示部12に表示されている日付が基準日として決定される。 At this stage, the reference date can be corrected or changed by operating the clear key 24, the carry key 25, the number key area 20, and the like to appropriately input a series of 6-digit numbers. When the input and display of the base date are completed and the user operates the equal key 22, the date displayed on the display unit 12 is determined as the base date.

続いて、日付計算モードでの計算内容を選択する状態に進む。ここで選択される計算内容は、基準日から前の所定期間(日数)に対応する日付を計算する前方日付計算処理、基準日から後の所定期間(日数)に対応する日付を計算する後方日付計算処理、基準日から(前後いずれかの)所定の日付までの期間(日数)計算を行う期間計算処理、の3つがある。 Then, the process proceeds to the state of selecting the calculation content in the date calculation mode. The calculation contents selected here are the forward date calculation process that calculates the date corresponding to the predetermined period (days) before the base date, and the backward date that calculates the date corresponding to the predetermined period (days) after the base date. There are three types: calculation processing and period calculation processing that calculates the period (number of days) from the base date to a predetermined date (either before or after).

基準日の入力後に、ユーザーがイコールキー22を操作すると、決定した基準日がRAM15に記憶されると共に、計算内容の選択画面が表示部12に表示される(D14)。計算内容の選択画面では、前方日付計算処理を意味する「何日前」の文字と数字の「1」、後方日付計算処理を意味する「何日後」の文字と数字の「2」、期間計算処理を意味する「期間」の文字と数字の「3」が表示される。 When the user operates the equal key 22 after inputting the reference date, the determined reference date is stored in the RAM 15, and the calculation content selection screen is displayed on the display unit 12 (D14). On the calculation content selection screen, the letters "how many days ago" and the number "1" mean the forward date calculation process, the letters "how many days later" and the number "2" mean the backward date calculation process, and the period calculation process. The letter "period" and the number "3" are displayed.

計算内容の選択画面では、数字キー領域20の「1」から「3」までの数字キーを用いて、ユーザーが所望の計算内容を選択する。図5(A)の使用例では期間計算処理を行うので、ユーザーは数字キーの「3」を操作する。当該キー操作により、期間計算処理が選択完了となる。つまり、入力された基準日が表示部12に表示された状態で、イコールキー22と、「1」から「3」までの数字キーとの操作の組み合わせによって、3タイプの計算処理から1つが選択される。 On the calculation content selection screen, the user selects a desired calculation content using the numeric keys from "1" to "3" in the numeric key area 20. In the usage example of FIG. 5A, since the period calculation process is performed, the user operates the number key “3”. The selection of the period calculation process is completed by the key operation. That is, with the input reference date displayed on the display unit 12, one is selected from the three types of calculation processing by the combination of the operation of the equal key 22 and the number keys from "1" to "3". Will be done.

表示部12に計算内容の選択画面が表示された状態で、ユーザーが数字キーの「3」を操作すると、基準日からの期間計算の対象となる対象日を入力する状態に進み、表示部12の表示画面が、対象日を入力するものに変化する。具体的には、対象日の入力を促す「日付?」の表示と、日付の単位である年月日「20yy mm dd」の表示が行われる(D15)。また、その右側には、日付入力の決定キーとして機能するイコールキー22を意味する「=」が表示される(D15)。 When the user operates the number key "3" while the calculation content selection screen is displayed on the display unit 12, the process proceeds to the state of inputting the target date to be calculated for the period from the base date, and the display unit 12 The display screen of is changed to the one for inputting the target date. Specifically, a "date?" Prompting for input of the target date and a date "20 yy mm dd", which is a unit of the date, are displayed (D15). Further, on the right side thereof, "=" meaning an equal key 22 functioning as a date input determination key is displayed (D15).

対象日入力の際には、上述した基準日入力の場合と同様に、表示部12の数値入力領域には、西暦の上2桁である「20」が予め表示される(D15)。この上2桁の表示を行わずに、西暦の全桁をユーザーがキー入力するように設定することも可能である。 When inputting the target date, "20", which is the first two digits of the Christian era, is displayed in advance in the numerical value input area of the display unit 12, as in the case of inputting the reference date described above (D15). It is also possible to set the user to key in all the digits of the Christian era without displaying the first two digits.

ユーザーによる対象日の入力は、数字キー領域20の各キーを用いて行われる。図5(A)の使用例では、対象日を2025年5月5日に設定するべく、数字キー領域20の3つのキーを操作して「250505」という6桁の数字を入力している。当該入力を受けて、表示部12の数字表示領域には、「2025−05−05」という日付が表示される(D16)。 The input of the target date by the user is performed using each key in the number key area 20. In the usage example of FIG. 5A, in order to set the target date to May 5, 2025, three keys in the number key area 20 are operated to input a six-digit number "250505". In response to the input, the date "2025-05-05" is displayed in the number display area of the display unit 12 (D16).

この段階では、クリアキー24や桁下げキー25、数字キー領域20の各キーなどを操作して、一連の6桁の数字を再度入力することで、対象日の修正が可能である。対象日の入力及び表示が完了し、ユーザーがイコールキー22を操作すると、表示部12に表示されている日付が対象日として決定される。 At this stage, the target date can be corrected by operating the clear key 24, the carry key 25, the key of the number key area 20, and the like to re-enter a series of 6-digit numbers. When the input and display of the target date are completed and the user operates the equal key 22, the date displayed on the display unit 12 is determined as the target date.

対象日の入力後に、ユーザーがイコールキー22を操作すると、基準日(D13)と対象日(D16)に基づいて、基準日から対象日までの期間の演算を実行する。この演算の結果である期間(日数)は1951日となり、当該期間を示す数値「1951」が、表示部12の数字表示領域に表示される(D17)。日付計算用の機能モードで演算した出力結果である数値「1951」が、第1数値となる。また、演算結果の数値の意味を示す「期間は」の文字が、表示部12に表示される(D17)。 When the user operates the equal key 22 after inputting the target date, the calculation of the period from the base date to the target date is executed based on the base date (D13) and the target date (D16). The period (number of days) that is the result of this calculation is 1951 days, and the numerical value "1951" indicating the period is displayed in the numerical display area of the display unit 12 (D17). The numerical value "1951", which is the output result calculated in the functional mode for date calculation, becomes the first numerical value. Further, the character "Period is" indicating the meaning of the numerical value of the calculation result is displayed on the display unit 12 (D17).

日付計算用の機能モードから通常演算用の電卓モードに切り替えて、表示部12に表示された第1数値(機能モードの出力結果)を基にした連続計算を実行可能である。この機能モード(日付計算モード)から電卓モードへの移行は、日付計算モードでの出力結果としての第1数値が表示部12に表示されていること(D17)を条件として、計算データの入力に従って行われる。より詳しくは、計算データのうち演算子指定データの入力によって、機能モードから電卓モードに移行する。つまり、計算命令キー領域21の各キーが、電卓モードへの引き継ぎ可能な特定キーとして予め設定されている。 It is possible to switch from the function mode for date calculation to the calculator mode for normal calculation and execute continuous calculation based on the first numerical value (output result of the function mode) displayed on the display unit 12. The transition from this function mode (date calculation mode) to the calculator mode is performed according to the input of calculation data, provided that the first numerical value as the output result in the date calculation mode is displayed on the display unit 12 (D17). Will be done. More specifically, the function mode is switched to the calculator mode by inputting the operator-specified data among the calculated data. That is, each key in the calculation command key area 21 is preset as a specific key that can be handed over to the calculator mode.

図5(A)の使用例では、ユーザーによる「+」キーの操作によって入力される演算子指定データの入力で電卓モードへの切り替えを行っている。CPU13は、ROM14に格納された電卓アプリケーションの読み出しを行うと共に、加算処理を示す「+」マークを表示部12に表示させている(D18)。これ以降は、電卓モードでの処理になる。例えば、演算子指定データに続く第2数値として、ユーザーが数字キー「9」を操作すると、表示部12に「9」が表示され(D19)、続いてイコールキー22を操作すると、期間計算処理での演算結果(第1数値)である「1951」に、電卓モードで入力した第2数値である「9」を加算する演算(計算データに基づく演算)が実行されて、電卓モードでの演算結果の数値である「1960」が表示部12に表示される(D20)。 In the usage example of FIG. 5A, the calculator mode is switched by inputting the operator designation data input by the operation of the "+" key by the user. The CPU 13 reads out the calculator application stored in the ROM 14 and displays a “+” mark indicating the addition process on the display unit 12 (D18). After that, the processing is performed in the calculator mode. For example, when the user operates the number key "9" as the second numerical value following the operator designation data, "9" is displayed on the display unit 12 (D19), and then when the equal key 22 is operated, the period calculation process is performed. The operation (calculation based on the calculation data) of adding the second numerical value "9" input in the calculator mode to the calculation result (first numerical value) "1951" in the calculator mode is executed, and the calculation in the calculator mode is executed. The resulting numerical value "1960" is displayed on the display unit 12 (D20).

なお、「×」キーの複数回操作により累乗計算を行う場合などでは、数字キー領域20の操作による第2数値の入力を行わずに、演算子指定データのみで計算データの入力が行われて、電卓モードでの演算が実行される。 When performing exponentiation calculation by operating the "x" key multiple times, the calculation data is input only with the operator designation data without inputting the second numerical value by operating the number key area 20. , The calculation in calculator mode is executed.

このように、機能モード(期間計算処理)での演算結果を電卓モードに引き継ぐことで、機能モードの演算結果に対する連続計算を行うことができる。計算命令キー領域21の各キーを電卓モードへの引き継ぎ可能な特定キーとして設定し、これらの特定キーの操作によって自動的にモード切り替えが実行されるので、ユーザーはモード切り替え用の特別な操作を意識する必要がなく、演算結果に対する連続計算へ簡単且つ効率的に移行することができる。 In this way, by inheriting the calculation result in the function mode (period calculation process) to the calculator mode, continuous calculation can be performed on the calculation result in the function mode. Each key in the calculation command key area 21 is set as a specific key that can be handed over to the calculator mode, and the mode switching is automatically executed by the operation of these specific keys, so that the user can perform a special operation for mode switching. There is no need to be aware of it, and it is possible to easily and efficiently shift to continuous calculation for the calculation result.

電子機器10では、機能モードでの演算結果として期間(日数)を表示部12に表示している間(D17)は、電卓モードに移行させる計算命令キー領域21の各キーの他に、オールクリアキー23と機能キー31の操作を有効な入力として受け付ける。 In the electronic device 10, while the period (number of days) is displayed on the display unit 12 as the calculation result in the function mode (D17), in addition to each key in the calculation command key area 21 for shifting to the calculator mode, all clear The operation of the key 23 and the function key 31 is accepted as a valid input.

演算結果である期間(日数)が表示部12に表示される状態でオールクリアキー23を操作すると、期間の演算結果や基準日のデータがRAM15からクリアされると共に、表示部12への期間の表示が消去されて、日付計算モードから電卓モードに切り替わる。 When the all clear key 23 is operated while the period (number of days) which is the calculation result is displayed on the display unit 12, the calculation result of the period and the data of the reference date are cleared from the RAM 15, and the period to the display unit 12 is displayed. The display is cleared and the date calculation mode is switched to the calculator mode.

演算結果である期間(日数)が表示部12に表示される状態で機能キー31を操作すると、演算結果を消去して、先に入力した基準日を表示部12に表示する状態(D13)に戻る。つまり、機能モードである日付計算モードを抜けるまで、前回入力した基準日データを保持し続けるように制御される。 When the function key 31 is operated while the period (number of days) of the calculation result is displayed on the display unit 12, the calculation result is deleted and the previously input reference date is displayed on the display unit 12 (D13). return. That is, it is controlled to keep the previously input base date data until the date calculation mode, which is the functional mode, is exited.

なお、図5(A)では、対象日が基準日よりも後の日付である場合の期間計算処理を例示したが、対象日が基準日よりも前の日付である期間計算処理についても、ユーザーによる操作や電子機器10の処理の内容は上記と同様のものとなる。演算する内容が期間(日数)であるため、対象日が基準日よりも前の日付の場合でも、演算結果の数値(D17)には「−」を付さずに表示部12への表示を行う。 In addition, in FIG. 5A, the period calculation process when the target date is a date after the base date is illustrated, but the user can also use the period calculation process in which the target date is a date before the base date. The contents of the operation by the above and the processing of the electronic device 10 are the same as those described above. Since the content to be calculated is the period (number of days), even if the target date is a date earlier than the base date, the numerical value (D17) of the calculation result is displayed on the display unit 12 without adding "-". conduct.

続いて、図5(B)の使用例を説明する。基準日の入力から計算内容の選択画面を表示部12に表示するまで(D21からD24まで)は、上述した図5(A)の使用例のD11からD14までと共通であるため、説明を省略する。 Subsequently, a usage example of FIG. 5B will be described. The process from the input of the reference date to the display of the calculation content selection screen on the display unit 12 (D21 to D24) is the same as that of the usage example of FIG. 5 (A) described above, and therefore the description is omitted. do.

図5(B)の使用例では前方日付計算処理を行うため、表示部12に計算内容の選択画面が表示された状態(D24)で、ユーザーは数字キーの「1」を操作する。当該キー操作により、前方日付計算処理の選択が入力される。この入力により、電子機器10は、表示部12の表示画面を、基準日から何日前に遡るかを入力するものに変化させ、期間の入力を促す「何日前?」の表示が行われる(D25)。また、その右側には、期間入力の決定キーとして機能するイコールキー22を意味する「=」が表示される。 In the usage example of FIG. 5B, since the forward date calculation process is performed, the user operates the number key "1" while the calculation content selection screen is displayed on the display unit 12 (D24). By the key operation, the selection of the forward date calculation process is input. By this input, the electronic device 10 changes the display screen of the display unit 12 to input how many days before the reference date, and displays "how many days ago?" Prompting to input the period (D25). ). Further, on the right side thereof, "=" indicating an equal key 22 functioning as a determination key for inputting a period is displayed.

続いて、ユーザーが数字キー領域20の各キーを用いて、期間(日数)を入力する。図5(B)の使用例では、基準日から100日前の日付を演算するべく、数字キー領域20の2つのキーを操作して「100」という数値を入力している。これに応じて、表示部12の数字表示領域には、「100」が表示される(D26)。この段階では、クリアキー24や桁下げキー25、数字キー領域20の各キーなどを操作することで、入力する期間の修正が可能である。 Subsequently, the user inputs a period (number of days) using each key in the number key area 20. In the usage example of FIG. 5B, the numerical value "100" is input by operating the two keys in the number key area 20 in order to calculate the date 100 days before the reference date. Correspondingly, "100" is displayed in the number display area of the display unit 12 (D26). At this stage, the input period can be modified by operating the clear key 24, the carry key 25, the number key area 20, and the like.

期間の入力及び表示が完了した状態で、ユーザーがイコールキー22を操作すると、先に入力した基準日(D23)と期間(D26)に基づいて、基準日から100日前の日付が演算される。図5(B)の使用例では、演算の結果が2019年9月23日となり、当該日付を示す数字「2019−09−23」が、表示部12の数字表示領域に表示される(D27)。また、表示部12における数字表示領域の上側には、演算結果である日付の意味を示す「100日前は」という文字が表示される。 When the user operates the equal key 22 with the input and display of the period completed, the date 100 days before the base date is calculated based on the previously input base date (D23) and period (D26). In the usage example of FIG. 5B, the result of the calculation is September 23, 2019, and the number "2019-09-23" indicating the date is displayed in the number display area of the display unit 12 (D27). .. Further, on the upper side of the number display area on the display unit 12, the characters "100 days ago" indicating the meaning of the date, which is the calculation result, are displayed.

前方日付計算処理の結果である日付表示時(D27)には、計算命令キー領域21の各キーを操作して演算子指定データが入力されても、連続計算の処理には進まないように制御される。 When the date is displayed (D27), which is the result of the forward date calculation process, even if the operator specification data is input by operating each key in the calculation instruction key area 21, the continuous calculation process is controlled so as not to proceed. Will be done.

電子機器10では、機能モードでの演算結果として日付を表示部12に表示している間は、オールクリアキー23と機能キー31の操作を有効な入力として受け付ける。 The electronic device 10 accepts the operations of the all clear key 23 and the function key 31 as valid inputs while the date is displayed on the display unit 12 as the calculation result in the function mode.

演算結果である日付が表示部12に表示される状態でオールクリアキー23を操作すると、日付の演算結果や基準日のデータがRAM15からクリアされると共に、表示部12への日付の表示が消去されて、電卓モードに切り替わる。 If the all clear key 23 is operated while the date, which is the calculation result, is displayed on the display unit 12, the date calculation result and the data of the reference date are cleared from the RAM 15, and the date display on the display unit 12 is deleted. Then, it switches to the calculator mode.

演算結果である日付が表示部12に表示される状態で機能キー31を操作すると、先に入力した基準日を表示部12に表示する状態(D28)に戻る。つまり、機能モードである日付計算モードを抜けるまで、前回入力した基準日データを記憶し続けるように制御される。 When the function key 31 is operated while the date as the calculation result is displayed on the display unit 12, the state returns to the state (D28) in which the previously input reference date is displayed on the display unit 12. That is, it is controlled to keep storing the previously input reference date data until the date calculation mode, which is the functional mode, is exited.

なお、図5(B)では、基準日から前(過去)に遡った日付を演算する前方日付計算処理を例示したが、基準日から後(未来)に進んだ日付を演算する後方日付計算処理についても、基本的に前方日付計算処理と同様の制御や処理になる。後方日付計算処理を行う場合、ユーザーによる操作については、計算内容の選択画面が表示部12に表示された状態(D24)で、数字キーの「2」を操作する点が異なる。電子機器10の表示部12の表示制御については、期間の入力画面(D25、D26)の文字が「何日後?」になる点と、演算結果の表示画面(D27)の文字が「・・日後は」(・・は、D26での入力値)になる点が異なる。 Note that FIG. 5B exemplifies a forward date calculation process for calculating a date that goes back (past) from the base date, but a backward date calculation process that calculates a date that goes after (future) from the base date. Is basically the same control and processing as the forward date calculation process. When performing the backward date calculation process, the operation by the user is different in that the number key "2" is operated while the calculation content selection screen is displayed on the display unit 12 (D24). Regarding the display control of the display unit 12 of the electronic device 10, the characters on the period input screens (D25 and D26) are "how many days later?" And the characters on the calculation result display screen (D27) are "... days later?" The difference is that "ha" (... is the input value at D26).

図6は、以上の日付計算モードに対応する制御のフローチャートである。図6のフローチャートは、演算結果が数値(日数)になる場合(図5(A)に示す期間計算処理)と日付になる場合(図5(B)に示す日付計算処理)での処理の違いにフォーカスしたものであり、個々の計算処理で演算結果を得るまでの過程については、省略する。 FIG. 6 is a flow chart of control corresponding to the above date calculation modes. The flowchart of FIG. 6 shows the difference in processing between the case where the calculation result is a numerical value (number of days) (the period calculation process shown in FIG. 5 (A)) and the case where the calculation result is a date (the date calculation process shown in FIG. 5 (B)). The focus is on, and the process of obtaining the calculation result in each calculation process will be omitted.

日付計算モードで入力部11へのキー入力があった場合、CPU13は、日付計算モードによる演算の結果が表示部12に表示中であるか否かを判定する(ステップS200)。 When there is a key input to the input unit 11 in the date calculation mode, the CPU 13 determines whether or not the result of the calculation in the date calculation mode is being displayed on the display unit 12 (step S200).

演算結果が表示部12に表示されている場合(ステップS200:YES)、CPU13は、表示部12に表示されている内容が、数値(日数)であるか、数値ではない(日付である)かを判定する(ステップS201)。 When the calculation result is displayed on the display unit 12 (step S200: YES), the CPU 13 determines whether the content displayed on the display unit 12 is a numerical value (number of days) or not a numerical value (date). Is determined (step S201).

表示部12に表示される内容が数値(日数)である場合(ステップS201:YES)、CPU13は、今回操作されたキーが電卓モードへの引き継ぎ可能なキーであるか否かを判定する(ステップS202)。電卓モードへの引き継ぎ可能なキーは、図5(A)の使用例では、計算命令キー領域21の各キーである。 When the content displayed on the display unit 12 is a numerical value (number of days) (step S201: YES), the CPU 13 determines whether or not the key operated this time is a key that can be taken over to the calculator mode (step S201: YES). S202). The keys that can be handed over to the calculator mode are the keys in the calculation command key area 21 in the usage example of FIG. 5 (A).

今回操作されたキーが電卓モードへの引き継ぎ可能なキーである場合(ステップS202:電卓への引き継ぎ可能キー)、CPU13は、ROM14に格納された電卓アプリケーションの読み出しを行って、電卓モードへの移行状態を設定する(ステップS203)。このとき、日付計算モードでの演算結果の数値は、消去せずに保持する。続いて、日付計算モード用のアプリケーションの終了と、電卓アプリケーションの起動を行って、電卓モードへの移行を完了する(ステップS204)。 When the key operated this time is a key that can be handed over to the calculator mode (step S202: a key that can be handed over to the calculator), the CPU 13 reads out the calculator application stored in the ROM 14 and shifts to the calculator mode. The state is set (step S203). At this time, the numerical value of the calculation result in the date calculation mode is retained without being erased. Subsequently, the application for the date calculation mode is terminated and the calculator application is started to complete the transition to the calculator mode (step S204).

ステップS205は、電卓モードへの移行(ステップS203、ステップS204)に進まない以下の各ケースの処理全般を包括して表したものである。 Step S205 comprehensively represents the entire processing of each of the following cases that does not proceed to the transition to the calculator mode (step S203, step S204).

ステップS200の判定で、演算結果が表示部12に表示されていない場合(ステップS200:NO)、ステップS205においてCPU13は、日付計算モードでの演算が未実行であれば、日付計算モードでの演算を実行させるキー入力があるまで待機する。演算を実行している場合には、表示部12に演算結果を表示するように制御する。 If the calculation result is not displayed on the display unit 12 in the determination in step S200 (step S200: NO), the CPU 13 in step S205 calculates in the date calculation mode if the calculation in the date calculation mode has not been executed. Wait until there is a key input to execute. When the calculation is being executed, the display unit 12 is controlled to display the calculation result.

ステップS201の判定で、表示部12に表示された演算結果が数値ではない(日付である)場合(ステップS201:NO)、ステップS205においてCPU13は、今回操作されたキーが電卓モードへの引き継ぎ可能なキーであるかの判定(ステップS202)を行わず、当該キーの種類に応じた処理を行う。図5(B)の使用例では、このとき有効なキーとして扱われるのは、上述したようにオールクリアキー23と機能キー31であり、今回操作されたキーがオールクリアキー23又は機能キー31である場合、ステップS205でそれぞれのキーに応じた内容の処理を行う。今回操作されたキーがオールクリアキー23と機能キー31以外である場合は、表示部12に日付が表示された状態を維持して、次のキー入力を待機する。 In the determination of step S201, when the calculation result displayed on the display unit 12 is not a numerical value (date) (step S201: NO), the CPU 13 in step S205 can take over the key operated this time to the calculator mode. The key is not determined (step S202), but processing is performed according to the type of the key. In the usage example of FIG. 5B, the all-clear key 23 and the function key 31 are treated as valid keys at this time, and the key operated this time is the all-clear key 23 or the function key 31. If is, the content according to each key is processed in step S205. If the key operated this time is other than the all clear key 23 and the function key 31, the date is displayed on the display unit 12 and the next key input is waited for.

ステップS202の判定で、今回操作されたキーが電卓モードへの引き継ぎ不可なキー(計算命令キー領域21以外のキー)である場合(ステップS202:電卓への引き継ぎ不可キー)、ステップS205においてCPU13は、演算結果である数値を表示部12に表示させながら、当該数値を変更せずに、次のキー入力を待機する。 In the determination of step S202, if the key operated this time is a key that cannot be handed over to the calculator mode (key other than the calculation command key area 21) (step S202: key that cannot be handed over to the calculator), the CPU 13 in step S205 , While displaying the numerical value which is the calculation result on the display unit 12, the next key input is waited for without changing the numerical value.

以上のように、本実施形態の電子機器10では、BMI計算や日付計算を行う機能モードにおいて、表示部12に第1数値(機能モードの第1引数の入力値や演算値、又は機能モードの出力結果)が表示されている場合に、少なくとも演算子指定データを含む計算データが入力されると、第1数値と計算データに基づいて演算を実行し、その演算結果を表示部12に表示させる。このように、機能モードの出力結果に基づいて直接に演算を行って演算結果を表示部に表示させることができ、電子機器10の機能モードにおける情報入力の作業性が優れたものになる。 As described above, in the electronic device 10 of the present embodiment, in the function mode for performing the BMI calculation and the date calculation, the display unit 12 shows the first numerical value (the input value or the calculated value of the first argument of the function mode, or the function mode. When the calculation data including at least the operator designation data is input when the output result) is displayed, the calculation is executed based on the first numerical value and the calculation data, and the calculation result is displayed on the display unit 12. .. In this way, it is possible to directly perform the calculation based on the output result of the function mode and display the calculation result on the display unit, and the workability of information input in the function mode of the electronic device 10 becomes excellent.

上述した実施形態では、表示部12に第1数値が表示されている場合に、少なくとも演算子指定データを含む計算データが入力されると、第1数値と計算データに基づいて演算を実行し、その演算結果を表示部12に表示させるが、計算データが入力されても、演算を実行せず、演算を完了させる演算完了操作手段の入力に従って演算を実行してもよい。 In the above-described embodiment, when the first numerical value is displayed on the display unit 12, when the calculation data including at least the operator designation data is input, the calculation is executed based on the first numerical value and the calculation data. The calculation result is displayed on the display unit 12, but even if the calculation data is input, the calculation may not be executed and the calculation may be executed according to the input of the calculation completion operation means for completing the calculation.

上述した実施形態では、機能モードの使用例として、BMIの計算や日付の計算を例示したが、それ以外の計算内容を対象とした機能モードに本発明を適用してもよい。 In the above-described embodiment, the calculation of BMI and the calculation of the date are exemplified as the usage example of the functional mode, but the present invention may be applied to the functional mode for other calculation contents.

上述した実施形態の電子機器10は、押し込み操作可能なキーによって構成される入力部11を備えるが、入力部はこれに限定されず、タッチセンサや光センサを用いて入力を感知するものや、音声による入力を行うものなどであってもよい。また、キーを用いて入力部を構成する場合、上述した実施形態とは異なるキー配列やキーの種類を採用してもよい。 The electronic device 10 of the above-described embodiment includes an input unit 11 composed of keys that can be pushed in, but the input unit is not limited to this, and an electronic device 10 that senses an input using a touch sensor or an optical sensor, or It may be one that inputs by voice. Further, when the input unit is configured by using the keys, a key layout or a key type different from the above-described embodiment may be adopted.

その他、本発明は上述した実施形態に限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で種々に変形することが可能である。また、上述した実施形態で実行される機能は可能な限り適宜組み合わせて実施しても良い。上述した実施形態には種々の段階が含まれており、開示される複数の構成要件による適宜の組み合せにより種々の発明が抽出され得る。例えば、実施形態に示される全構成要件からいくつかの構成要件が削除されても、効果が得られるのであれば、この構成要件が削除された構成が発明として抽出され得る。 In addition, the present invention is not limited to the above-described embodiment, and can be variously modified at the implementation stage without departing from the gist thereof. In addition, the functions executed in the above-described embodiment may be combined as appropriate as possible. The above-described embodiments include various steps, and various inventions can be extracted by an appropriate combination according to a plurality of disclosed constitutional requirements. For example, even if some constituent requirements are deleted from all the constituent requirements shown in the embodiment, if the effect is obtained, the configuration in which the constituent requirements are deleted can be extracted as an invention.

以上の実施形態に関して、更に以下の付記を開示する。
(付記1)
入力部と表示部を備え、電卓モードと、引数に基づく特定ルールに従う演算を行う機能モードで動作可能な電子機器であって、
前記機能モードにおいて、該機能モードの第1引数の入力値、該入力値に基づく演算値、該機能モードの出力結果、のいずれかである第1数値が前記表示部に表示されている場合に、前記入力部により少なくとも演算子指定データを含む計算データの入力を受け付け、入力を受け付けた前記第1数値と前記計算データに基づいて演算を実行し、演算した結果を前記表示部に表示させることを特徴とする電子機器。
(付記2)
前記入力部は、演算を完了させる演算完了操作手段を有し、
前記機能モードで、該機能モードの前記第1引数の前記入力値又は該入力値に基づく前記演算値が前記表示部に表示されている場合に、前記計算データが入力された後に、前記演算完了操作手段の操作が入力されると、前記第1数値と前記計算データに基づいて演算を実行し、演算した結果を前記表示部に表示させ、
前記機能モードで前記演算した結果が前記表示部に表示されている場合に、さらに前記演算完了操作手段の操作が入力されると、前記機能モードの前記第1引数の数値が確定され、前記表示部を前記機能モードの第2引数の数値入力用の表示に遷移させることを特徴とする付記1に記載の電子機器。
(付記3)
前記第1数値が前記機能モードの出力結果である場合に、前記計算データの入力に従って、動作モードが前記機能モードから前記電卓モードに切り替わることを特徴とする付記1に記載の電子機器。
(付記4)
前記機能モードの出力結果が数値である場合に、前記計算データの入力に従って前記機能モードから前記電卓モードへの切り替えを行い、
前記機能モードの出力結果が数値以外である場合に、前記計算データを入力しても前記機能モードから前記電卓モードへの切り替えを行わないことを特徴とする付記3に記載の電子機器。
(付記5)
入力部と表示部を備え、電卓モードと、引数に基づく特定ルールに従う演算を行う機能モードで動作可能な電子機器の制御方法であって、
前記機能モードにおいて、該機能モードの第1引数の入力値、該入力値に基づく演算値、該機能モードの出力結果、のいずれかである第1数値を前記表示部に表示させるステップと、
前記入力部による少なくとも演算子指定データを含む計算データの入力を受けて、前記第1数値と前記計算データに基づいて演算を実行し、演算した結果を前記表示部に表示させるステップと、
を有することを特徴とする電子機器の制御方法。
(付記6)
入力部と表示部を備える電子機器のプロセッサに、
引数に基づく特定ルールに従う演算用の機能モードにおいて、該機能モードの第1引数の入力値、該入力値に基づく演算値、該機能モードの出力結果、のいずれかである第1数値を前記表示部に表示させ、
前記第1数値を前記機能モードで前記表示部に表示させた状態で、前記入力部により少なくとも演算子指定データを含む計算データの入力を受け付けさせ、入力を受け付けた前記第1数値と前記計算データに基づいて演算を実行させ、演算した結果を前記表示部に表示させることを特徴とするプログラム。
The following additional notes will be further disclosed with respect to the above embodiments.
(Appendix 1)
It is an electronic device that has an input unit and a display unit and can operate in a calculator mode and a function mode that performs operations according to specific rules based on arguments.
In the function mode, when the first numerical value, which is any of the input value of the first argument of the function mode, the calculated value based on the input value, and the output result of the function mode, is displayed on the display unit. , The input unit accepts the input of calculation data including at least the operator designation data, executes the calculation based on the first numerical value and the calculation data that have received the input, and displays the calculation result on the display unit. An electronic device characterized by.
(Appendix 2)
The input unit has a calculation completion operation means for completing the calculation.
In the function mode, when the input value of the first argument of the function mode or the calculation value based on the input value is displayed on the display unit, the calculation is completed after the calculation data is input. When the operation of the operation means is input, the calculation is executed based on the first numerical value and the calculation data, and the calculation result is displayed on the display unit.
When the result of the calculation in the function mode is displayed on the display unit and the operation of the calculation completion operation means is further input, the numerical value of the first argument of the function mode is fixed and the display is performed. The electronic device according to Appendix 1, wherein the unit is transitioned to a display for inputting a numerical value of a second argument of the function mode.
(Appendix 3)
The electronic device according to Appendix 1, wherein when the first numerical value is an output result of the function mode, the operation mode is switched from the function mode to the calculator mode according to the input of the calculation data.
(Appendix 4)
When the output result of the function mode is a numerical value, the function mode is switched to the calculator mode according to the input of the calculation data.
The electronic device according to Appendix 3, wherein when the output result of the function mode is other than a numerical value, the function mode is not switched to the calculator mode even if the calculation data is input.
(Appendix 5)
It is a control method for electronic devices that have an input unit and a display unit and can operate in a calculator mode and a function mode that performs operations according to specific rules based on arguments.
In the function mode, a step of displaying a first numerical value, which is one of an input value of the first argument of the function mode, a calculated value based on the input value, and an output result of the function mode, on the display unit.
A step of receiving input of calculation data including at least operator designation data by the input unit, executing an operation based on the first numerical value and the calculation data, and displaying the calculation result on the display unit.
A method for controlling an electronic device, which comprises.
(Appendix 6)
For the processor of electronic devices equipped with an input unit and a display unit
In the function mode for calculation according to the specific rule based on the argument, the first numerical value which is any of the input value of the first argument of the function mode, the calculation value based on the input value, and the output result of the function mode is displayed. Display it on the department
With the first numerical value displayed on the display unit in the functional mode, the input unit accepts input of calculation data including at least operator-designated data, and the input is accepted for the first numerical value and the calculation data. A program characterized by executing a calculation based on the above and displaying the result of the calculation on the display unit.

10 :電子機器
11 :入力部
12 :表示部
13 :CPU(プロセッサ)
14 :ROM
15 :RAM
16 :ディスプレイドライバ
20 :数字キー領域
21 :計算命令キー領域(演算選択手段)
22 :イコールキー(演算完了操作手段)
30 :機能キー
31 :機能キー
10: Electronic device 11: Input unit 12: Display unit 13: CPU (processor)
14: ROM
15: RAM
16: Display driver 20: Numeric key area 21: Calculation command key area (calculation selection means)
22: Equal key (calculation completion operation means)
30: Function key 31: Function key

Claims (6)

入力部と表示部を備え、電卓モードと、引数に基づく特定ルールに従う演算を行う機能モードで動作可能な電子機器であって、
前記機能モードにおいて、該機能モードの第1引数の入力値、該入力値に基づく演算値、該機能モードの出力結果、のいずれかである第1数値が前記表示部に表示されている場合に、前記入力部により少なくとも演算子指定データを含む計算データの入力を受け付け、入力を受け付けた前記第1数値と前記計算データに基づいて演算を実行し、演算した結果を前記表示部に表示させることを特徴とする電子機器。
It is an electronic device that has an input unit and a display unit and can operate in a calculator mode and a function mode that performs operations according to specific rules based on arguments.
In the function mode, when the first numerical value, which is any of the input value of the first argument of the function mode, the calculated value based on the input value, and the output result of the function mode, is displayed on the display unit. , The input unit accepts the input of calculation data including at least the operator designation data, executes the calculation based on the first numerical value and the calculation data that have received the input, and displays the calculation result on the display unit. An electronic device characterized by.
前記入力部は、演算を完了させる演算完了操作手段を有し、
前記機能モードで、該機能モードの前記第1引数の前記入力値又は該入力値に基づく前記演算値が前記表示部に表示されている場合に、前記計算データが入力された後に、前記演算完了操作手段の操作が入力されると、前記第1数値と前記計算データに基づいて演算を実行し、演算した結果を前記表示部に表示させ、
前記機能モードで前記演算した結果が前記表示部に表示されている場合に、さらに前記演算完了操作手段の操作が入力されると、前記機能モードの前記第1引数の数値が確定され、前記表示部を前記機能モードの第2引数の数値入力用の表示に遷移させることを特徴とする請求項1に記載の電子機器。
The input unit has a calculation completion operation means for completing the calculation.
In the function mode, when the input value of the first argument of the function mode or the calculation value based on the input value is displayed on the display unit, the calculation is completed after the calculation data is input. When the operation of the operation means is input, the calculation is executed based on the first numerical value and the calculation data, and the calculation result is displayed on the display unit.
When the result of the calculation in the function mode is displayed on the display unit and the operation of the calculation completion operation means is further input, the numerical value of the first argument of the function mode is fixed and the display is performed. The electronic device according to claim 1, wherein the unit is changed to a display for inputting a numerical value of a second argument of the function mode.
前記第1数値が前記機能モードの出力結果である場合に、前記計算データの入力に従って、動作モードが前記機能モードから前記電卓モードに切り替わることを特徴とする請求項1に記載の電子機器。 The electronic device according to claim 1, wherein when the first numerical value is an output result of the functional mode, the operation mode is switched from the functional mode to the calculator mode according to the input of the calculation data. 前記機能モードの出力結果が数値である場合に、前記計算データの入力に従って前記機能モードから前記電卓モードへの切り替えを行い、
前記機能モードの出力結果が数値以外である場合に、前記計算データを入力しても前記機能モードから前記電卓モードへの切り替えを行わないことを特徴とする請求項3に記載の電子機器。
When the output result of the function mode is a numerical value, the function mode is switched to the calculator mode according to the input of the calculation data.
The electronic device according to claim 3, wherein when the output result of the function mode is other than a numerical value, the function mode is not switched to the calculator mode even if the calculation data is input.
入力部と表示部を備え、電卓モードと、引数に基づく特定ルールに従う演算を行う機能モードで動作可能な電子機器の制御方法であって、
前記機能モードにおいて、該機能モードの第1引数の入力値、該入力値に基づく演算値、該機能モードの出力結果、のいずれかである第1数値を前記表示部に表示させるステップと、
前記機能モードにおいて、前記第1数値が前記表示部に表示されている場合に、前記入力部による少なくとも演算子指定データを含む計算データの入力を受けて、前記第1数値と前記計算データに基づいて演算を実行し、演算した結果を前記表示部に表示させるステップと、
を有することを特徴とする電子機器の制御方法。
It is a control method for electronic devices that have an input unit and a display unit and can operate in a calculator mode and a function mode that performs operations according to specific rules based on arguments.
In the function mode, a step of displaying a first numerical value, which is one of an input value of the first argument of the function mode, a calculated value based on the input value, and an output result of the function mode, on the display unit.
In the functional mode, when the first numerical value is displayed on the display unit, the input unit receives input of calculation data including at least operator designation data, and is based on the first numerical value and the calculation data. And the step of executing the calculation and displaying the calculation result on the display unit,
A method for controlling an electronic device, which comprises.
入力部と表示部を備える電子機器のプロセッサに、
引数に基づく特定ルールに従う演算用の機能モードにおいて、該機能モードの第1引数の入力値、該入力値に基づく演算値、該機能モードの出力結果、のいずれかである第1数値を前記表示部に表示させ、
前記第1数値を前記機能モードで前記表示部に表示させた状態で、前記入力部により少なくとも演算子指定データを含む計算データの入力を受け付けさせ、入力を受け付けた前記第1数値と前記計算データに基づいて演算を実行させ、演算した結果を前記表示部に表示させることを特徴とするプログラム。
For the processor of electronic devices equipped with an input unit and a display unit
In the function mode for calculation according to the specific rule based on the argument, the first numerical value which is any of the input value of the first argument of the function mode, the calculation value based on the input value, and the output result of the function mode is displayed. Display it on the department
With the first numerical value displayed on the display unit in the functional mode, the input unit accepts input of calculation data including at least operator-designated data, and the input is accepted for the first numerical value and the calculation data. A program characterized by executing a calculation based on the above and displaying the result of the calculation on the display unit.
JP2020053278A 2020-03-24 2020-03-24 ELECTRONIC DEVICE, INPUT SUPPORT METHOD AND PROGRAM Active JP7259790B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2020053278A JP7259790B2 (en) 2020-03-24 2020-03-24 ELECTRONIC DEVICE, INPUT SUPPORT METHOD AND PROGRAM
CN202110301139.XA CN113448909A (en) 2020-03-24 2021-03-22 Electronic device, control method for electronic device, and recording medium
JP2023061214A JP2023076624A (en) 2020-03-24 2023-04-05 Electronic apparatus, method for supporting input, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020053278A JP7259790B2 (en) 2020-03-24 2020-03-24 ELECTRONIC DEVICE, INPUT SUPPORT METHOD AND PROGRAM

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2023061214A Division JP2023076624A (en) 2020-03-24 2023-04-05 Electronic apparatus, method for supporting input, and program

Publications (2)

Publication Number Publication Date
JP2021152806A true JP2021152806A (en) 2021-09-30
JP7259790B2 JP7259790B2 (en) 2023-04-18

Family

ID=77809136

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2020053278A Active JP7259790B2 (en) 2020-03-24 2020-03-24 ELECTRONIC DEVICE, INPUT SUPPORT METHOD AND PROGRAM
JP2023061214A Pending JP2023076624A (en) 2020-03-24 2023-04-05 Electronic apparatus, method for supporting input, and program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2023061214A Pending JP2023076624A (en) 2020-03-24 2023-04-05 Electronic apparatus, method for supporting input, and program

Country Status (2)

Country Link
JP (2) JP7259790B2 (en)
CN (1) CN113448909A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60108956A (en) * 1983-11-18 1985-06-14 Canon Inc Electronic calculator
JP2000315195A (en) * 1999-04-30 2000-11-14 Casio Comput Co Ltd Electronic calculation device with currency conversion function and storage medium storing currency converting calculation display program
JP2002157228A (en) * 2001-11-12 2002-05-31 Sharp Corp Input canceling method
JP3176165U (en) * 2012-03-29 2012-06-14 株式会社ファーマテックソリューションズジャパン Medical calculator
JP2020042767A (en) * 2018-09-07 2020-03-19 カシオ計算機株式会社 Calculator, calculation method, and program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60108956A (en) * 1983-11-18 1985-06-14 Canon Inc Electronic calculator
JP2000315195A (en) * 1999-04-30 2000-11-14 Casio Comput Co Ltd Electronic calculation device with currency conversion function and storage medium storing currency converting calculation display program
EP1059591A1 (en) * 1999-04-30 2000-12-13 Casio Computer Co., Ltd. Electronic calculation apparatus with currency converting function and storage medium storing currency converting calculation display program
JP2002157228A (en) * 2001-11-12 2002-05-31 Sharp Corp Input canceling method
JP3176165U (en) * 2012-03-29 2012-06-14 株式会社ファーマテックソリューションズジャパン Medical calculator
JP2020042767A (en) * 2018-09-07 2020-03-19 カシオ計算機株式会社 Calculator, calculation method, and program

Also Published As

Publication number Publication date
JP2023076624A (en) 2023-06-01
CN113448909A (en) 2021-09-28
JP7259790B2 (en) 2023-04-18

Similar Documents

Publication Publication Date Title
JP5652104B2 (en) Electronic computer and program
JP2010211281A (en) Graph display control apparatus and program
JP3111120B2 (en) Formula display method
US10915301B2 (en) Programming support device, programming support method, and non-transitory recording medium
JP2021152806A (en) Electronic apparatus, method for controlling electronic apparatus, and program
JP2006134090A (en) Input device
JP5482000B2 (en) Formula input device and program
JP4134440B2 (en) Electronic computing device and storage medium storing program
JP3680400B2 (en) Graph display device and graph display control method
JP6915669B2 (en) Tax calculator, tax calculation method, and tax calculation program
JP5494105B2 (en) Graphic display device and program
JP7110847B2 (en) Calculator, calculation confirmation method, information registration method, and program
JP7192914B2 (en) Computing device, computational support method and program
JP4143529B2 (en) Information input device, information input method, computer program, and computer-readable storage medium
JP2008299636A (en) Graph display device and control program
WO2023084802A1 (en) Calculation device, calculation program, and calculation method
JP2013003840A (en) Electronic computer and program
JP5936911B2 (en) Plant monitoring device
JP2738594B2 (en) Electronic computer
JP5482696B2 (en) Display control apparatus, display control method, and program
JP4126495B2 (en) Arithmetic apparatus and program
KR20060093450A (en) Apparatus and method for arithmetical operation using a camera in the mobile communication terminal
JP2022130715A (en) Electronic apparatus, method for switching operation mode, and program
JP2023045848A (en) Calculator and calculation program
JP5381152B2 (en) Formula arithmetic device and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20211004

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220831

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221004

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221116

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230307

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230320

R150 Certificate of patent or registration of utility model

Ref document number: 7259790

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150