[ 
https://issues.apache.org/jira/browse/NUMBERS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006855#comment-16006855
 ] 

Amey Jadiye edited comment on NUMBERS-37 at 5/11/17 5:38 PM:
-------------------------------------------------------------

I like the idea also If you want to modularize the things in commons number I 
would prefer core should have very core part of numbers which is already 
mentioned in Commons Math. Now here angle is the part of geometry so the 
package should be mentioned on top like 
{code:java}
package org.apache.commons.numbers.geometry.core; 
package org.apache.commons.numbers.calculus.core;
package org.apache.commons.numbers.algebra.core;
package org.apache.commons.numbers.trigonometry.core;
{code}
IMO PlaneAngle should be part of geometry.


was (Author: ameyjadiye):
I like the idea also If you want to modularize the things in commons number I 
would prefer core should have very core part of numbers which is already 
mentioned in Commons Math now here angle is the part of geometry so the package 
should be mentioned on top like 
``` package org.apache.commons.numbers.geometry.core;``` 
``` package org.apache.commons.numbers.calculus.core;```
``` package org.apache.commons.numbers.algebra.core;``` 
``` package org.apache.commons.numbers.trigonometry.core;```

IMO PlaneAngle should be part of geometry.

> Angle class
> -----------
>
>                 Key: NUMBERS-37
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-37
>             Project: Commons Numbers
>          Issue Type: New Feature
>            Reporter: Gilles
>            Assignee: Gilles
>            Priority: Minor
>              Labels: api
>             Fix For: 1.0
>
>         Attachments: PlaneAngle.java
>
>
> How about adding (to module {{commons-numbers-core}}) a class representing 
> the "angle" concept (see attached file)?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to