Square Root Value

Logic Name

Square Root Value

Function

Returns the square root of an input numerical value.

Data Types

Location Type
The first input handler Numeric
Logic output Numeric
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Precision Specify precision Select whether to directly specify the decimal places of precision in decimal type calculation.
Precision Specified digits Directly specifies the number of decimal places in decimal type precision.
Precision Rounding Specify the method of rounding.
Null processing Null option Specify how to handle the input if it contains null.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Null option

Option Description
Output null Outputs null if the value of any input handler is null.
Convert null into 0 Converts null to some value and continues with the process.
Throw exception when unable to determine/calculate/process Throws exception (CalculationException) when unable to determine/calculate/process.
lightbulbRefer to "Logic Specifications" for details.

Specification Limits

Notes

Logic Sample

Mapping Definition

Absolute Value

Logic Settings and Processing Result

The logic outputs the square root of input data.
Property Settings
Property Setting
Specify precision Checked
Specified digits 4
Rounding Round to 0.
Null option Output null
Input Data
2
3
4
Result Data
1.4142
1.7320
2.0000