Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
MathFunctions.java currently contains implementation of basic math functions (like add, subtract) and only contains a few of the possible implementations written by hand. Need to rework this class such that we can use codegen to generate all possible implementations (consisting of all input types).
Also currently we are missing multiply and divide function implementations, will add those as part of this JIRA.