maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Info about Calc app! (https://talk.maemo.org/showthread.php?t=3862)

saxen 2007-01-06 13:50

Info about Calc app!
 
hi mates, i'm new here!! i've just get my new 770...i'm loving it...! :p
i've a req for u.....!!

Do u know if exist a Calculator with graph for maemo 2.x???:confused: :confused:
i've already tried free42, but it can't solve function with graph...:(

i hope u will help me...i really need it...:)

congratulation for this forum...it's so usefull...;)

bye



PS. sorry for my bad english....:rolleyes:

ssam 2007-01-06 14:00

Re: Info about Calc app!
 
hi, i am the developer of lybniz.

there was a port of version 1.0 to the nokia 770, though it was not properly packaged up. if you download the version 1.3 source .tar.gz it is in the extras folder.

at some point i will make a proper port, but this will probably not be until the summer. I first want to split the code into a module, so that different version (eg desktop, maemo, workstation, highly customised) can be quickly built using glade. It could also do with a customised input method for tablets.

sam

saxen 2007-01-06 14:57

Re: Info about Calc app!
 
thanks a lot for this info...your app seems to be very interesting....it's really what i need!! BTW i've given i look at your website, and i've found lymniz-maemo_py file in app archive....but...i dunno how to use it...:(
i'm a newby here...!!

could tell me what i've to do??? plz help me..:)


Congratulation for this app...i hope u will release a final version as soon as possibile... :)

bye ;)

ssam 2007-01-06 16:11

Re: Info about Calc app!
 
for now you will have to rename that file to lybniz-maemo.py, copy it onto your 770, and run it from the command line.

Code:

python lybniz-maemo.py

saxen 2007-01-06 16:32

Re: Info about Calc app!
 
ok..i've open it...thanks...!!
now i'm tryng to make some graph...but it' so difficult... :confused:

i wrote three functions like the example in your websit..
y1=sin(x)
y2=cos(x)
y3=tan(x)

if i choose plot...the graph became all white..if i choose Evaluate i dunno what to do..
i've got
X=
y1=
y2=
y3=
every number i wrote on X=, i have in other form(y1,y2,y3( this message:
Error: name "sin" is no defined
Error: name "cos" is no defined
Error: name "tan" is no defined

:confused: :confused:




PS. i've a good graph with rational function... :)

ssam 2007-01-06 18:52

Re: Info about Calc app!
 
the older versions required you to put

Code:

math.sin(x)
if you added the line

Code:

from math import *
to the source code (with the other import lines) then you would not need to put the "math."

saxen 2007-01-07 03:33

Re: Info about Calc app!
 
yeah man...now it works very very well... :D
i've tried this:
http://www.teemuharju.net/2006/02/14...on-misc-notes/
to add this app on menu, but i've some problems creating the two links(last part of the tutorial), cos xterm say "no such file or directory"....i can't understand why it doesn't work....could help me??


thanks a lot for help...u are great... :) ;)

ssam 2007-01-07 11:54

Re: Info about Calc app!
 
that post is from February 2006, so i think it would be with the 2005 version of the OS. maybe one of the paths has changed slightly?

saxen 2007-01-07 13:54

Re: Info about Calc app!
 
Quote:

Originally Posted by ssam (Post 27921)
that post is from February 2006, so i think it would be with the 2005 version of the OS. maybe one of the paths has changed slightly?

:D :D
u are right...i've to change some folder...!
now i've it on menu...but when i try to open it...it say...
"loading lybniz..."
and nothing open... :(

plz help me if u can....thanks a lot mate... :p

saxen 2007-01-08 17:33

Re: Info about Calc app!
 
hi mate i've another question...
i'd like to digit ^ and not ** for exponent...2x and not 2*x....
is it possible??? :)


All times are GMT. The time now is 15:18.

vBulletin® Version 3.8.8