sqrt

From DavinciWiki
Jump to: navigation, search


64-bit SafeYes

Description

Calculate the square root of a value

Arguments and Return Values

Arguments: a numeric value

Return Value: a float array containing the square root of the input

Usage

Syntax: sqrt(object = VAL)

Examples

dv> a
3x3x1 array of float, bsq format [36 bytes]
86.2957 16.2110 49.7378
53.1254 83.3615 60.0595
58.0475 97.9562 9.37451
dv> b = sqrt(a)
3x3x1 array of float, bsq format [36 bytes]
9.28955 4.02629 7.05250
7.28872 9.13025 7.74981
7.61889 9.89728 3.06178

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 07-06-2009

Personal tools