Search found 16 matches

by sospel
Mon Oct 05, 2009 9:06 pm
Forum: Coding Questions
Topic: mathematical library
Replies: 17
Views: 5529

Re: mathematical library

Hello !

Having thought that my post was "buried", I did not consult it since February, but thanks to COMTOIS (private communication) : he informed me that Jack and applePi have brought some major contribution there ! Thus, one large thank to them three!!

Having said that, I take advantage of this ...
by sospel
Mon Apr 27, 2009 4:44 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680219

JapBe manual

OK ! I'll use Winrar.
Thanks for reply
Sospel
by sospel
Mon Apr 27, 2009 3:33 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680219

JapBe manual

Hello !
I ' ve downloaded "jaPBe for PB400" this morning, on "Gnozal's Purebasic place", and it is OK .
But I try without success to download the "Manual jaPBe V3 reference manual (english)" :
I only have a "jaPBeForPB400_Manual.7z" file, unzipable :(

So, where is error ??

Thanks for any answer ...
by sospel
Fri Feb 27, 2009 10:47 am
Forum: Coding Questions
Topic: mathematical library
Replies: 17
Views: 5529

Hello !
After jack reply, I found this link on the German forum of PureBasic : http://www.purebasic.fr/german/viewtopic.php?t=12704&highlight=math

I thus downloaded GMP ( http://gmplib.org/) and, once unwound, I have many functions in C language. Problem: is it possible to make a "library" for ...
by sospel
Wed Feb 18, 2009 5:07 pm
Forum: Coding Questions
Topic: mathematical library
Replies: 17
Views: 5529

Hello !
Thanks for answers !
Michael Vogel :
"It would be nice, if more math (and integer) functions would be seen in PB itself, because this would be a "compatible" solution" : OK, I agree 100% !

Little John :
I search for geometry and trigonometry functions
"I think several people have ...
by sospel
Tue Feb 17, 2009 9:43 am
Forum: Coding Questions
Topic: mathematical library
Replies: 17
Views: 5529

mathematical library

Hello to all !
To program an application where there are many mathematical formulae which miss in Pbasic, I look for a mathematical library compatible with PBASIC 4.3, but I do not find :(
I had seen the APM library, but it is not compatible.
Does the one of you know such a library, or a link?
Thank ...
by sospel
Wed Dec 10, 2008 4:43 pm
Forum: Coding Questions
Topic: Display of two PB "images"
Replies: 3
Views: 1254

Display of two PB "images"

OK, these answers clear up my problem :D

Thanks to srod and Kaeru Gaman

Sospel
by sospel
Wed Dec 10, 2008 2:44 pm
Forum: Coding Questions
Topic: Display of two PB "images"
Replies: 3
Views: 1254

Display of two PB "images"

Hello!
I have a small problem of display : to compare the behavior of two graphs, I created two "images" in a window to draw a graph in each image. The problem is that only the window and its two images display at once, but graphs appear only if I minimize the window to open again it then, either ...
by sospel
Fri Nov 14, 2008 11:16 am
Forum: Coding Questions
Topic: Maths Library
Replies: 50
Views: 9699

maths library

Thanks srod ! I' ll search another library, updated to 4.2 version !!
by sospel
Fri Nov 14, 2008 10:39 am
Forum: Coding Questions
Topic: Maths Library
Replies: 50
Views: 9699

Maths Library

Hello !

Since my post on mathematical functions ( http://www.purebasic.fr/english/viewtopic.php?t=34229&highlight= )
did not still receive concrete answer this day, I looked for a library of maths functions and I found this one: "APM" on the PureBasic site: http://www.purearea.net/pb/english ...
by sospel
Thu Oct 23, 2008 8:44 pm
Forum: General Discussion
Topic: Forum search
Replies: 12
Views: 3717

Hello ,
thanks to PB post on Wed Oct 22, 2008 and his Google search !!
I don't know but this is very good ... and I've only 6 answers vs 863.
This resolves my problem :)
Cordially,
SosPel
by sospel
Wed Oct 08, 2008 10:33 am
Forum: General Discussion
Topic: Forum search
Replies: 12
Views: 3717

Forum search

Hello !

I have a question concerning the "search" function for topics in the forums of PureBasic:
for example I want to find all the topics with the word "console".
The result is: 863 topics with the quasi-totality of the topics which concern other things than "console" (ex: HTTP, FTP, XP skins ...
by sospel
Fri Oct 03, 2008 2:34 pm
Forum: Applications - Feedback and Discussion
Topic: PB IDE plugin : smart indent, remove spaces, autocompletions
Replies: 142
Views: 75905

smart indent eddy

Hello !

after having downloaded PureBasic DEMO V4.2, I've also downloaded this morning Pure Editor Extension, V3.8 and placed it in PureBasic directory. But I've same diag. as somic : "5 messages: "ERROR: failed to write file!" ( I work under Windows XP) :((
So, can you write a little "README" to ...
by sospel
Sat Sep 20, 2008 2:17 pm
Forum: Coding Questions
Topic: maths functions
Replies: 37
Views: 9382

hello !

Thank you for your numerous answers :) . Here are mine:

blueznl : "I think it's a bug, caused by wrong type conversion / enforcement. " ==> I agree.

HELLE obtained a good result, but which depends on the way of programming: this is unacceptable for a high-level language ...
by sospel
Thu Sep 18, 2008 10:09 am
Forum: Coding Questions
Topic: maths functions
Replies: 37
Views: 9382

Hello !

Thank you for answers, which are enlighten a little my problem:

1/ FROGGERPROGGER is right: the PB manual indeed says " Result.f = Tan ( Angle.f) " and not Tan ( Angle.d) .

2/ HELLE shows that by making calculation piece by piece, we arrive at the good result: 10000001.001298055!
But this ...