0% found this document useful (0 votes)
43 views

Function Corresponding Labview Function Description

This document lists LabVIEW functions and provides a brief description of each function. There are over 50 functions listed that perform common mathematical operations like calculating trigonometric, logarithmic, exponential, rounding and random number functions. The functions take numeric values or arrays as input and return a single numeric value or array as output.

Uploaded by

javier
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Function Corresponding Labview Function Description

This document lists LabVIEW functions and provides a brief description of each function. There are over 50 functions listed that perform common mathematical operations like calculating trigonometric, logarithmic, exponential, rounding and random number functions. The functions take numeric values or arrays as input and return a single numeric value or array as output.

Uploaded by

javier
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ceil(x)

Corresponding
Description
LabVIEW Function
Absolute Value
Returns the absolute value of x.
Computes the inverse cosine of x in
Inverse Cosine
radians.
Inverse Hyperbolic
Computes the inverse hyperbolic cosine of
Cosine
x.
Inverse Sine
Computes the inverse sine of x in radians.
Inverse Hyperbolic Sine Computes the inverse hyperbolic sine of x.
Computes the inverse tangent of x in
Inverse Tangent
radians.
Inverse Tangent (2
Computes the arctangent of y/x in radians.
Input)
Inverse Hyperbolic
Computes the inverse hyperbolic tangent
Tangent
of x.
Rounds x to the next higher integer
x).
Round Toward +Infinity (smallest integer

cos(x)

Cosine

cosh(x)

Hyperbolic Cosine

cot(x)

Cotangent

csc(x)

Cosecant

exp(x)

Exponential

expm1(x)

Exponential (Arg) 1

floor(x)

Round To Infinity

getexp(x)
getman(x)
int(x)

Mantissa & Exponent


Mantissa & Exponent
Round To Nearest

intrz(x)

ln(x)

Natural Logarithm

Function
abs(x)
acos(x)
acosh(x)
asin(x)
asinh(x)
atan(x)
atan2(y,x)
atanh(x)

lnp1(x)
log(x)
log2(x)

Computes the cosine of x, where x is in


radians.
Computes the hyperbolic cosine of x.
Computes the cotangent of x (1/tan(x)),
where x is in radians.
Computes the cosecant of x (1/sin(x)),
where x is in radians.
Computes the value of e raised to the x
power.
Computes one less than the value of e
raised to the x power ((e^x) 1).
Truncates x to the next lower integer
(largest integer
x).
Returns the exponent of x.
Returns the mantissa of x.
Rounds x to the nearest integer.
Rounds x to the nearest integer between x
and zero.
Computes the natural logarithm of x (to the
base of e).

Natural Logarithm (Arg


Computes the natural logarithm of (x + 1).
+1)
Computes the logarithm of x (to the base of
Logarithm Base 10
10).
Computes the logarithm of x (to the base of
Logarithm Base 2
2).

Compares x and y and returns the larger


value.
Compares x and y and returns the smaller
min(x,y)
Max & Min
value.
Computes the remainder of x/y, when the
mod(x,y)
Quotient & Remainder
quotient is rounded toward Infinity.
pow(x,y)
Power of X
Computes x raised to the y power.
Produces a floating-point number between
rand( )
Random Number (0 1)
0 and 1 exclusively.
Computes the remainder of x/y, when the
rem(x,y)
Quotient & Remainder
quotient is rounded to the nearest integer.
Computes the secant of x, where x is in
sec(x)
Secant
radians (1/cos(x)).
Returns 1 if x is greater than 0, returns 0 if
sign(x)
Sign
x is equal to 0, and returns 1 if x is less
than 0.
Computes the sine of x, where x is in
sin(x)
Sine
radians.
Computes the sine of x divided by x
sinc(x)
Sinc
(sin(x)/x), where x is in radians.
sinh(x)
Hyperbolic Sine
Computes the hyperbolic sine of x.
Returns the size of the dimension di
sizeOfDim(ary,di)
specified for the array ary.
sqrt(x)
Square Root
Computes the square root of x.
Computes the tangent of x, where x is in
tan(x)
Tangent
radians.
tanh(x)
Hyperbolic Tangent
Computes the hyperbolic tangent of x.
max(x,y)

Max & Min

You might also like