<FromGitter>
<Blacksmoke16> thats just the summary, go to the actual detailed docs
<FromGitter>
<djberg96> oh! thanks!
hightower2 has joined #crystal-lang
alexherbo2 has joined #crystal-lang
hightower2 has quit [Read error: Connection reset by peer]
<FromGitter>
<azurelmao> Is there a way to round a float up to some decimal places? Like if I have 0.9999999999 I want it to be rounded to 1, but 0.34002 should still be 0.34002
<FromGitter>
<Blacksmoke16> `.round 5` would do it i think
<FromGitter>
<azurelmao> Yes, thank you. So it was .round
<FromGitter>
<azurelmao> btw how do you guys do this fancy formatting?
<FromGitter>
<azurelmao> does gitter support markdown?
<FromGitter>
<Blacksmoke16> three backticks, return
ur5us has joined #crystal-lang
sagax has joined #crystal-lang
_ht has quit [Quit: _ht]
<FromGitter>
<christopherzimmerman> Not sure what version of Crystal it was added in, but very happy to see variadic generics supported now. Are there any plans (or am I missing additional info about how they are supposed to work) to support variadic numeric arguments? I'm working on compile-time bounds checks for `Tensor`'s and was hoping the latter in this example would work: https://play.crystal-lang.org/#/r/e5fc
<FromGitter>
<Blacksmoke16> id vote just a forgotten context?