00:18 -!- szymon(n=szymon@cal236.neoplus.adsl.tpnet.pl) has joined #maxima 01:17 -!- JohnFlux(n=JohnFlux@konversation/developer/JohnFlux) has joined #maxima 01:18 Hey all 01:18 (%i4) 5E-5; 01:18 (%o4) 5.0000000000000002E-5 01:18 :-D 01:33 Hello JohnFlux. 01:33 hey emma 01:33 emma: I didn't know you hung around in here 01:33 It's always nice to see a friend 01:34 I'm always in here. 01:34 :) 01:34 Some times it's only me and Harold in here. 01:35 Because I love the idea and the potential of Maxima and I have a long term ambition of supporting it in some way, as soon as I develop the right skills and talents. 01:36 i use maxima several times a day 02:33 -!- Prax01D(n=Prax01D@tor58-23b-94-58.dynamic.rogerstelecom.net) has joined #maxima 06:26 -!- lisppaste4(n=lisppast@common-lisp.net) has joined #maxima 06:36 -!- stw_(n=stw@e176178101.adsl.alicedsl.de) has joined #maxima 08:37 -!- Prax01D(n=Prax01D@149.99.96.84) has joined #maxima 09:26 -!- john_smith_iii(n=jrt4@c-24-18-106-126.hsd1.wa.comcast.net) has joined #maxima 09:26 anyone here? 09:27 Oh it's so dark and lonely in here. I'm so alone. Please talk to me. You folks are all I've got. 09:27 Oh god. 09:27 -!- john_smith_iii(n=jrt4@c-24-18-106-126.hsd1.wa.comcast.net) has left #maxima 14:39 -!- Prax01D(n=Prax01D@tor58-24b-98-228.dynamic.rogerstelecom.net) has joined #maxima 15:12 -!- szymon(n=szymon@car31.neoplus.adsl.tpnet.pl) has joined #maxima 15:50 -!- wally345(n=op@an110.internetdsl.tpnet.pl) has joined #maxima 15:50 How to set the global flag "powerdisp" ? 16:30 -!- szymon(n=szymon@cca142.neoplus.adsl.tpnet.pl) has joined #maxima 16:43 ok, found the answer 19:25 -!- trebor_home(n=trebor@dslb-084-058-201-218.pools.arcor-ip.net) has joined #maxima 19:45 -!- gabkdlly(n=gabriel@dslb-088-073-138-066.pools.arcor-ip.net) has joined #maxima 20:16 -!- szymon(n=szymon@cag204.neoplus.adsl.tpnet.pl) has joined #maxima 20:36 -!- Prax01D(n=Prax01D@tor58-23b-94-63.dynamic.rogerstelecom.net) has joined #maxima 20:59 -!- szymon(n=szymon@cba216.neoplus.adsl.tpnet.pl) has joined #maxima 22:42 -!- charpent(n=charpent@vol75-6-82-228-67-28.fbx.proxad.net) has joined #maxima 22:43 Is there a place where Maxima release notes are archived ? 22:58 -!- RockerMONO(n=Nick@unaffiliated/rockermono) has joined #maxima 23:01 why would x=1;y=(1/3)x+1 return 'X is not an infix operator'? i'm betting it's just purely stupidity? 23:02 hm... odd... anything i put after a ) returns that... do i have to put )*something instead of just )something ? 23:04 RockerMONO: (1/3)*x+1 23:04 RockerMONO: right 23:04 ok 23:04 is their a way to call it from command line where it returns the result/error and closes immediately? 23:05 i'm trying to run it from my IRC bot because i fail at programming a math module for a PHP irc bot =P