[Sikuli-driver] [Question #687688]: Calculations with decimals

2019-12-31 Thread ithotline
New question #687688 on Sikuli: https://answers.launchpad.net/sikuli/+question/687688 When executing this: test = 11/4 print(str(format(test, '.5f'))) i get: 2.0 How do i get the tur value of: 2.75000 -- You received this question notification because your team Sikuli Drivers is an answe

Re: [Sikuli-driver] [Question #687688]: Calculations with decimals

2019-12-31 Thread ithotline
Question #687688 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687688 Description changed to: When executing this: test = 11/4 print(str(format(test, '.5f'))) i get: 2.0 How do i get the true value of: 2.75000 -- You received this question notification because your te

Re: [Sikuli-driver] [Question #687688]: Calculations with decimals

2019-12-31 Thread masuo
Question #687688 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687688 Status: Open => Answered masuo proposed the following answer: aa = 11.0/4.0 print str(format(aa, '.5f')) -- You received this question notification because your team Sikuli Drivers is an answer contact