You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those type have been already processed by @gogag2, in this issue.
As of now, float is not implemented actually but do we need additional patches for the double implementation?
Also, that table is required to update. :)
This patch includes the implementation of `float` type
and extensive test cases for `float` and `double` type.
- implementation of `float` type and its test interface.
- test cases for `float` and `double` type.
ISSUE=#182
Implementing
float
type is requiredAnd proper test cases for
float
anddouble
type is needed.The text was updated successfully, but these errors were encountered: