# File lib/more/facets/math/exp10.rb, line 4
  def self.exp10(x)
    10.0 ** x
  end