Changes

Jump to navigation Jump to search

Module:Math

4 bytes added, 07:44, 21 February 2013
no edit summary
if exponent ~= nil then
exponent = string.sub( x, exponent + 1 )
x = string.sub( x, 01, exponent - 1 )
result = result - tonumber( exponent )
end
Anonymous user

Navigation menu