<@U0FEMM2P7> Actually we have math operations on o...
# announcements
i
@redenergy Actually we have math operations on our roadmap for #stdlib 1.1 as a "nice to have" candidate, but we're not sure that all math operations should be exposed as extensions of
Double
. For example
value.sin()
reads less naturally than
sin(value)
.
👍 4