Paul King created GROOVY-11577: ---------------------------------- Summary: Additional float[] methods for ArrayGroovyMethods Key: GROOVY-11577 URL: https://issues.apache.org/jira/browse/GROOVY-11577 Project: Groovy Issue Type: Improvement Reporter: Paul King Assignee: Paul King
We only populated int[], long[], double[] for various AGM extension methods. Using double is normally always preferred over float when writing Java/Groovy code. But I have seen more and more cases when integrating with python libraries where floats are the norm, so I'll add some additional float[] variants. I'll add to this list as I create a PR: {code:java} indexed(float[]) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)