Log10

From Mesham
Revision as of 15:44, 15 April 2019 by Polas (talk | contribs) (3 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

This log(d) function will find the base 10 logarithmic value of d

  • Pass: A Double
  • Returns: A Double representing the base 10 logarithmic value

Example

#include <maths>

function void main() {
   var a:=log10(0.154);
   var y:=log10(a);
};

Since: Version 0.41b