Question guys regarding API direction for Kotlin S...
# datascience
t
Question guys regarding API direction for Kotlin Stats: should we automatically support
Int
,
BigDecimal
,
Float
, etc and have the library do all the conversion to
Double
before going into Apache Commons Math? Or should we leave that to the user of the library?