您位於此處:
SQRT
傳回一個指定數字的正平方根。
使用
SQRT(number),將 number 取代為您要計算成平方根的欄位或運算式。
秘訣
- 計算一個負數的平方根會在詳細資料頁面上產生一條錯誤訊息。
- 加入下列的 IF 函數,以避免出現除以零的錯誤:
IF(Amplitude__c >= 0, SQRT(Amplitude__c), null).
SQRT(25) 會傳回 25 的平方根,即 5。
SQRT(Amplitude__c) 會傳回代表地震震級的自訂數字欄位平方根。

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.