Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

sqrtofreal (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: basic

Requires: MathScript RT Module

Syntax

c = sqrtofreal(a)

Legacy Name: realsqrt

Description

Computes the square roots of the input elements. sqrtofreal is equivalent to sqrt for positive real numbers but generates an error for all other input elements.

Examples

Inputs

Name Description
a Specifies the elements whose square roots you want to compute. a is a matrix of positive real numbers.

Outputs

Name Description
c Returns the square roots of a. c is a matrix of the same size as a.

Examples

A = [1:1:5]
C = sqrtofreal(A)

Related Topics

log
log10
log2
power
powerofreal
reallog


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit