log10

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{DavinciWiki_Function|
 
{{DavinciWiki_Function|
Base 10 logarithm
+
Base 10 (common) logarithm
 
|
 
|
 
Arguments: A numeric array
 
Arguments: A numeric array
Line 6: Line 6:
 
Return Value: A numeric array containing the log base 10 of the input
 
Return Value: A numeric array containing the log base 10 of the input
 
|
 
|
Syntax: log10(VAL)
+
[[Syntax]]: log10(object = VAL)
 
|
 
|
 
  dv> a
 
  dv> a
Line 20: Line 20:
 
|
 
|
 
|
 
|
 +
*[[exp]]
 +
*[[ln]]
 +
*[[log]]
 +
*[[log2]]
 +
*[[logb]]
 +
*[[mag]]
 
|
 
|
 
|
 
|
Line 26: Line 32:
 
[[category:Davinci Core]]
 
[[category:Davinci Core]]
 
[[category:Math]]
 
[[category:Math]]
 +
[[category:64-bit]]

Latest revision as of 11:28, 6 July 2009



64-bit SafeYes

Description

Base 10 (common) logarithm

Arguments and Return Values

Arguments: A numeric array

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

Usage

Syntax: log10(object = VAL)

Examples

dv> a
2x2x1 array of float, bsq format [16 bytes]
0.00000 100.000
400.000 500.000

dv> log10(a)
2x2x1 array of float, bsq format [16 bytes]
-inf    2.00000
2.60206 2.69897

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