国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

無(wú)涯教程-JavaScript - IMPOWER函數(shù)

這篇具有很好參考價(jià)值的文章主要介紹了無(wú)涯教程-JavaScript - IMPOWER函數(shù)。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

描述

IMPOWER函數(shù)以x + yi或x + yj文本格式返回加到冪的復(fù)數(shù)。求冪的復(fù)數(shù)的計(jì)算方法如下-

$$(x + yi)^ n = r ^ ne ^ {n \theta} = r ^ n \cos n \theta + ir ^ n sin n \theta $$

哪里-

$$r = \sqrt {x ^ 2 + y ^ 2} \:\:和\:\:\theta = \tan ^ {-1} \left(\frac {y} {x} \right)\: \:和\:\:\theta \epsilon(-\pi; \pi] $$

語(yǔ)法

IMPOWER (inumber, number)

爭(zhēng)論

Argument 描述 Required/Optional
Inumber A complex number you want to raise to a power. Required
Number

您想將復(fù)數(shù)提高到的冪。

數(shù)字可以是整數(shù),小數(shù)或負(fù)數(shù)。

Required

Notes

  • Excel中的復(fù)數(shù)僅存儲(chǔ)為文本。

  • 當(dāng)將格式為" a + bi"或" a + bj"的文本字符串提供給Excel的內(nèi)置復(fù)數(shù)函數(shù)之一時(shí),這被解釋為復(fù)數(shù)。

  • 復(fù)數(shù)函數(shù)可以接受一個(gè)簡(jiǎn)單的數(shù)值,因?yàn)樗刃в谔摂?shù)等于0的復(fù)數(shù)。

  • 使用COMPLEX將實(shí)系數(shù)和虛系數(shù)轉(zhuǎn)換為復(fù)數(shù)。

  • 如果未將inumber識(shí)別為復(fù)數(shù),則IMPOWER返回#NUM!錯(cuò)誤。

  • 如果數(shù)字為非數(shù)字,則IMPOWER返回#VALUE!錯(cuò)誤。

  • 如果inumber是邏輯值,則IMPOWER返回#VALUE!錯(cuò)誤。

適用性

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

JavaScript 中的 IMPOWER函數(shù) - 無(wú)涯教程網(wǎng)無(wú)涯教程網(wǎng)提供描述IMPOWER函數(shù)以x + yi或x + yj文本格式返回加到冪的復(fù)數(shù)。求冪的復(fù)數(shù)的計(jì)算方法如...https://www.learnfk.com/javascript/advanced-excel-engineering-impower-function.html文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-707139.html

到了這里,關(guān)于無(wú)涯教程-JavaScript - IMPOWER函數(shù)的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • 無(wú)涯教程-JavaScript - ROW函數(shù)

    ROW函數(shù)返回引用的行號(hào)。 Argument 描述 Required/Optional Reference 您想要其行號(hào)的單元格或單元格范圍。 如果省略引用,則假定它是出現(xiàn)ROW函數(shù)的單元格的引用。 請(qǐng)參閱下面的注釋。 Optional 如果引用是一個(gè)單元格范圍,并且如果將ROW作為垂直數(shù)組輸入,則ROW將引用的行號(hào)作為垂直數(shù)組

    2024年02月07日
    瀏覽(30)
  • 無(wú)涯教程-JavaScript - DELTA函數(shù)

    DELTA函數(shù)測(cè)試兩個(gè)值是否相等。如果number1 = number2,則返回1;否則返回1。否則返回0。 您可以使用此功能來(lái)過(guò)濾一組值。如,通過(guò)合計(jì)幾個(gè)DELTA函數(shù),您可以計(jì)算相等對(duì)的計(jì)數(shù)。此功能也稱為Kronecker Delta功能。 Argument 描述 Required/Optional number1 The first number. Required number2 第二個(gè)數(shù)字。

    2024年02月09日
    瀏覽(18)
  • 無(wú)涯教程-JavaScript - IMPRODUCT函數(shù)

    IMPRODUCT函數(shù)以x + yi或x + yj文本格式返回1到255個(gè)復(fù)數(shù)的乘積。兩個(gè)復(fù)數(shù)的乘積為- $$(A + BI)(C + DI)=(AC-BD)(A + B)1 $$ Argument 描述 Required/Optional Inumber1 1 to 255 complex numbers to multiply. Required [inumber2], … 1 to 255 complex numbers to multiply. Optional Excel中的復(fù)數(shù)僅存儲(chǔ)為文本。 當(dāng)將格式為\\\" a + bi\\\"或

    2024年02月09日
    瀏覽(21)
  • 無(wú)涯教程-JavaScript - DB函數(shù)

    DB函數(shù)使用固定余額遞減法返回指定期間內(nèi)資產(chǎn)的折舊。 Argument 描述 Required/Optional Cost The initial cost of the asset. Required Salvage The value at the end of the depreciation (sometimes called the salvage value of the asset). Required Life The number of periods over which the asset is being depreciated (sometimes called the useful

    2024年02月09日
    瀏覽(23)
  • 無(wú)涯教程-JavaScript - IMCSCH函數(shù)

    IMCSCH函數(shù)以x + yi或x + yj文本格式返回復(fù)數(shù)的雙曲余割。 復(fù)數(shù)的雙曲余割定義為雙曲正弦的倒數(shù),即 csch(z)= 1 /出生(z) Argument 描述 Required/Optional Inumber A complex number for which you want the hyperbolic cosecant. Required Excel中的復(fù)數(shù)僅存儲(chǔ)為文本。 當(dāng)將格式為\\\" a + bi\\\"或\\\" a + bj\\\"的文本字符串提供

    2024年02月09日
    瀏覽(29)
  • 無(wú)涯教程-JavaScript - BESSELK函數(shù)

    BESSELK函數(shù)返回修改后的Bessel函數(shù)Kn(x),該函數(shù)等效于針對(duì)純虛參判斷的Bessel函數(shù)。 這些也稱為雙曲貝塞爾函數(shù)。 Argument 描述 Required/Optional X The value at which to evaluate the function. Required N The order of the function. If n is not an integer, it is truncated. Required 如果x為非數(shù)字,則BESSELK返回#VALUE!錯(cuò)

    2024年02月09日
    瀏覽(22)
  • 無(wú)涯教程-JavaScript - DDB函數(shù)

    DDB函數(shù)使用雙倍余額遞減法或您指定的某些其他方法返回指定期間內(nèi)資產(chǎn)的折舊。 Argument 描述 Required/Optional Cost The initial cost of the asset. Required Salvage 折舊結(jié)束時(shí)的價(jià)值(有時(shí)稱為資產(chǎn)的殘值)。 該值可以為0。 Required Life The number of periods over which the asset is being depreciated (sometime

    2024年02月09日
    瀏覽(23)
  • 無(wú)涯教程-JavaScript - DAYS函數(shù)

    DAYS函數(shù)返回兩個(gè)日期之間的天數(shù)。 Argument 描述 Required/Optional End_date Start_date and End_date are the two dates between which you want to know the number of days. Required Start_date Start_date and End_date are the two dates between which you want to know the number of days. Required Excel將日期存儲(chǔ)為序列號(hào),以便可以在計(jì)算中

    2024年02月10日
    瀏覽(22)
  • 無(wú)涯教程-JavaScript - IMLOG2函數(shù)

    IMLOG2函數(shù)以x + yi或x + yj文本格式返回復(fù)數(shù)的以2為底的對(duì)數(shù)??梢詮淖匀粚?duì)數(shù)計(jì)算復(fù)數(shù)的以2為底的對(duì)數(shù),如下所示- $$log_2(x + yi)=(log_2e)ln(x + yi)$$ Argument 描述 Required/Optional Inumber A complex number for which you want the base-2 logarithm. Required Excel中的復(fù)數(shù)僅存儲(chǔ)為文本。 當(dāng)將格式為\\\" a + bi\\\"或

    2024年02月09日
    瀏覽(22)
  • 無(wú)涯教程-Javascript - For...in循環(huán)語(yǔ)句

    for ... in 循環(huán)用于循環(huán)訪問(wèn)對(duì)象的屬性,由于無(wú)涯教程尚未討論 Objects 對(duì)象,您就會(huì)發(fā)現(xiàn)此循環(huán)非常有用。 “ for...in”循環(huán)的語(yǔ)法為: 在每次迭代中,將 object 對(duì)象中的一個(gè)屬性分配給 variablename 變量,此循環(huán)一直進(jìn)行到對(duì)象的所有屬性。 請(qǐng)嘗試以下示例來(lái)實(shí)現(xiàn)\\\" for-in\\\"循環(huán),它

    2024年02月16日
    瀏覽(20)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包