The problem: I have a PHP program, that compute some mathematical problem ( encrypting ), and I used round several times in the code. The code was correct, but I want to transform to AS3 ( especially Adobe Flex 3 with SDK 3.5 ), but it was wrong, and I didn't know, whats the problem. After debug, I…