# File lib/standard/facets/math/exp2.rb, line 4
  def self.exp2(x)
    2.0 ** x
  end