ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Check also http://www.picolisp.com for more information
michelp has joined #picolisp
_whitelogger has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
michelp has quit [*.net *.split]
michelp has joined #picolisp
aw- has joined #picolisp
beneroth has joined #picolisp
<beneroth> Regenaxer, just FYI, I will not be able to participate today. hope jitsi will work well.
beneroth has quit [Quit: Leaving]
rob_w has joined #picolisp
mtsd has joined #picolisp
mtsd has quit [Quit: Leaving]
mtsd has joined #picolisp
mtsd has quit [Quit: Leaving]
mtsd has joined #picolisp
<mtsd> Good morning, I will join Pilcon in 15 minutes.
<mtsd> Work meeting..
dexen has quit [Ping timeout: 272 seconds]
orivej has joined #picolisp
<aw-> oops i forgot about pilcon
<aw-> just joined while everyone was saying bye
<aw-> :(
<Regenaxer> oh ;)
<aw-> Regenaxer: hi
<aw-> i found another small typo in the docs
<Regenaxer> ah, ok
<aw-> 'AR of the list is printed, all other elementes '
<aw-> elementes
<Regenaxer> good
<Regenaxer> I just released today, so this change xill be in next time
<Regenaxer> no big thing anyway
<aw-> yeah small issue
<Regenaxer> Good anyway to fix it
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
DKordic has quit []
rob_w has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #picolisp
mtsd has quit [Remote host closed the connection]
mtsd has joined #picolisp
dexen has joined #picolisp
aw- has quit [Quit: Leaving.]
orivej_ has quit [Ping timeout: 260 seconds]
mtsd has quit [Quit: Leaving]
aw- has joined #picolisp
michelp has quit [*.net *.split]
michelp has joined #picolisp
casaca has quit [Ping timeout: 244 seconds]
casaca has joined #picolisp
<tankf33der> will be my next task:
<Regenaxer> Good
orivej has joined #picolisp
DKordic has joined #picolisp
<tankf33der> (scl 12)
<tankf33der> : (format 2233445566778 *Scl)
<tankf33der> -> "2.233445566778"
<tankf33der> :
<tankf33der> how to implement floor function on such numbers?
<tankf33der> or
<tankf33der> : (round 2625925262760 0)
<tankf33der> -> "3"
<tankf33der> :
<tankf33der> how to get "2" from this rounds.
<Regenaxer> You must add half the divisor, then divide
<Regenaxer> no, sorry, this rounds up
<Regenaxer> Just divide by 10^scl/2
<tankf33der> Regenaxer: thanks.
dexen has quit [Ping timeout: 256 seconds]
dexen has joined #picolisp