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

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

Completed in 131 milliseconds