module SQLite3ExtendFunction::Functions::Pi

SQLite3ExtendFunction::Functions::Pi

Public Class Methods

call() click to toggle source

@return [Float]

# File lib/sqlite3_extend_function/functions/pi.rb, line 9
def call
  Math::PI
end