log

From DavinciWiki
Jump to: navigation, search


64-bit SafeYes

Description

Base e logarithm

Identical to ln

Arguments and Return Values

Arguments: A numeric array

Return Value: A numeric array containing the base e log of the input

Usage

Syntax: log(object = VAL)

Examples

dv> a
2x2x1 array of float, bsq format [16 bytes]
0.00000 1.00000
4.00000 5.00000

dv> log(a)
2x2x1 array of float, bsq format [16 bytes]
-inf        0.00000
1.38629 1.60944

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