Decimals and Percentages in Solidity I'm making function about percentage
function setAddress(uint256 newValue) constant returns(uint256){
// tokenAddress = newAddress;
// de a = 0.5;
// decimals b = 0.5;
value = newValue - 0.06;
// value = newValue;
return value;
}