Community Translation - pow() function in EZ-USB Suite - KBA231148

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi,               

I would like to translate KBA231148 into Japanese.

Please confirm to my work.

Thanks,

Kenshow

0 Likes
2 Replies
MohammedN_41
Moderator
Moderator
Moderator
25 replies posted 25 sign-ins 10 replies posted

Hi, Kenshow-san

Confirm to work this KBA.

Thanks

Mohammed Numan

0 Likes
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi Mohammed-san,

Japanese translation was over.
Please check below.

Original KBA:

pow() function in EZ-USB Suite - KBA231148

Thanks.

Kenshow

==============================

タイトル: EZ-USB Suiteのpow() - KBA231148

バージョン:**

pow(ab) 関数は、ab乗の値を返します。これは、math.hヘッダーファイル内で定義されています。EZ USB SuiteFX3プロジェクトでこの機能を使用するには、次の手順を実行します。

  1. pow()が使用されるソースファイルの先頭に、math.hヘッダーファイルへの参照を追加します。
    #include "math.h"
     
  2. プロジェクトを右クリックして、[Properties]を選択します。
  3. [プロジェクトのプロパティ]ウィンドウで、 C/C++ build > Settings選択します。
  4. Cross ARM C Linkerの下でLibraries選択します。
    pastedImage_16.png  
  5. 存在するデフォルトライブラリのセットに新しいライブラリ(m)を追加し、[ OK ]をクリックします。
    pastedImage_17.png  
  6. [ OK ]をクリックし、ビルドする前にプロジェクトを更新します。
  7. プロジェクトをビルドします。

==============================

29-Sept-2020

Kenshow

0 Likes