Searched defs:log10 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/
H A Dcmath.rb107 def log10(z) method in class:CMath
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dfmath.tcl33 proc log10 x {uplevel 1 [list expr log10($x)]} procedure
/macosx-10.9.5/ruby-104/ruby/
H A Dmath.c330 # define log10(x) ((x) < 0.0 ? nan("") : log10(x)) macro
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-math.el
H A Dcalccomp.el
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLibraryInfo.h184 log10, enumerator in enum:llvm::LibFunc::Func
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/
H A Dbigdecimal.c2913 VALUE log10, vexpo, dy; local

Completed in 149 milliseconds