You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Juntunen (JIRA)" <ji...@apache.org> on 2019/01/21 04:46:00 UTC

[jira] [Updated] (NUMBERS-93) PlaneAngle normalize() Upper Bound is Exclusive

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

Matt Juntunen updated NUMBERS-93:
---------------------------------
    Description: 
The {{PlaneAngle#normalize()}} documentation states that it normalizes an angle to be between -0.5 turns and +0.5 turns inclusive of the given center angle. However, the upper bound is actually exclusive. The documentation should be updated to reflect this and unit tests added.

Pull request: https://github.com/apache/commons-numbers/pull/29


  was:The {{PlaneAngle#normalize()}} documentation states that it normalizes an angle to be between -0.5 turns and +0.5 turns inclusive of the given center angle. However, the upper bound is actually exclusive. The documentation should be updated to reflect this and unit tests added.


> PlaneAngle normalize() Upper Bound is Exclusive
> -----------------------------------------------
>
>                 Key: NUMBERS-93
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-93
>             Project: Commons Numbers
>          Issue Type: Bug
>            Reporter: Matt Juntunen
>            Priority: Major
>
> The {{PlaneAngle#normalize()}} documentation states that it normalizes an angle to be between -0.5 turns and +0.5 turns inclusive of the given center angle. However, the upper bound is actually exclusive. The documentation should be updated to reflect this and unit tests added.
> Pull request: https://github.com/apache/commons-numbers/pull/29



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)