[ 
https://issues.apache.org/jira/browse/FLEX-16078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean resolved FLEX-16078.
----------------------------------

    Resolution: Won't Fix

Number rounding in ActionScript not a Apache Flex issue.
                
> Number
> ------
>
>                 Key: FLEX-16078
>                 URL: https://issues.apache.org/jira/browse/FLEX-16078
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: .Unspecified - Compiler
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Language Found: English
>            Reporter: Adobe JIRA
>
> Steps to reproduce:
> 1.1 Declare variable e.g. var n:Number = 0.55;
> 1.2 Multiple n *= 100;
> 2.1 Declare variable e.g. var n:Number = 0.28;
> 2.2 Multiple n *= 100;
>  
>  Actual Results:
> 1. n = 55.00000000000001
> 2. n = 28.000000000000004
>  
>  Expected Results:
> 1. n = 55
> 2. n = 28 
>  Workaround (if any):
>  Those are my examples, I accidentally found!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to