Open main menu

Changes

Module:Math

73 bytes added, 05:56, 21 February 2013
whitespace
function z._precision( x )
x = string.upper( x )
  -- Remove leading / trailing whitespace x = x:match "^%s*(.-)%s*$"; 
local decimal = string.find( x, '.', 1, true )
local exponent = string.find( x, 'E', 1, true )
Anonymous user