Search the web
Sign In
New User? Sign Up
Fortran · Fortran Q/A's, info, lib and fans
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 442 - 471 of 471   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
442
PI = ATAN(1.0)*4 Larry ... --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- , ; , .-'"""'-. , ; , \\|/ .' '. \|// \-;-/ () ()...
larry chen
lchen292002
Offline Send Email
Sep 4, 2006
7:28 am
443
... Good for you! ... Hint: Look at the definitions of ACOS, ATAN, and/or ATAN2. W....
Walter Spector
w6ws
Offline Send Email
Sep 4, 2006
7:29 am
444
Hi, Try: PI = ACOS(-1) Best regards, Alex hezdanswe2 <hezdanswe2@...> escreveu: Hi, I am a college student taking...
Luiz Alexandre Guerra
lalexguerra
Offline Send Email
Sep 4, 2006
7:29 am
445
ty works as ACOS(-1) Did more research when I was less frustrated =) ... Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail. [Non-text portions...
Tammy Ray
hezdanswe2
Offline Send Email
Sep 10, 2006
6:54 pm
446
I am very new to FORTRAN and need to learn it quick. I wrote the following code to find the definite integral of x^2 between 0 and 1 which should come out to...
Eric
oswaler
Offline Send Email
Sep 10, 2006
6:54 pm
447
Thank you that works also, I used ACOS(-1) but that adds another variation =) ... Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail. ...
Tammy Ray
hezdanswe2
Offline Send Email
Sep 10, 2006
6:59 pm
448
hello friends i'm a mechanical engineer. i have to prepare an interface for an engineering project using with Visual Fortran programming language. i have...
selim sacma
selim_sacma
Offline Send Email
Nov 1, 2006
10:05 pm
449
Does anyone have a good algorithm for the calculation of cumulative Levy distributions other than Cauchy, normal and alpha = 1/2 cases?...
Xenicity Xen
xenicity
Offline Send Email
Nov 19, 2006
7:50 am
450
hi everybody i have a question about allocate array . in the program , one function is solved and i want to save roots ( named x ) of function in array . i...
nakisa nooraee
nakisa_nooraee
Offline Send Email
Nov 19, 2006
7:55 am
451
Hello, When I coMpile my Fortran program using Compaq Visual Fortran Compiler (V6.6) I get no warning or error messages. However, when I build the program or...
wmsk77
Offline Send Email
Nov 19, 2006
8:02 am
452
I am lookout for a initial value DAE solver. Can anyone suggest me a robust code such as Trapezoidal? Thanx Kailash...
srivastava
goshainganj
Offline Send Email
Nov 20, 2006
5:45 am
453
... How about using the arctan function?...
Xenicity Xen
xenicity
Offline Send Email
Dec 3, 2006
7:38 pm
454
Hi there I'm Colombian and I'm programming now in fortran languaje, I'd like share my experience until now .. y I'd like that you guys share them with us .. ...
Carlos Arturo Pimente...
carlos_geo64
Offline Send Email
Dec 23, 2006
10:35 am
455
Hey guys ... I wish make a one question ... Where find out .. a good information ... easy and confortable for learning the fortran programation ... About all...
Carlos Arturo Pimente...
carlos_geo64
Offline Send Email
Dec 23, 2006
10:35 am
456
hi i propose you this link http://www.math.hawaii.edu/206L/197/fortran/fortmain.htm it helped me alot,when i start fortran ,it has alot of exmaples which you...
nakisa nooraee
nakisa_nooraee
Offline Send Email
Jan 1, 2007
7:00 pm
457
HELLO I receveid this error: Error: Operands of comparison operator '.ne.' at (1) are LOGICAL(4)/INTEGER(4) this line: IF(LOC .NE. 0 .OR. LOCAL_1)THEN Help-me...
ptfzs
Offline Send Email
Jan 1, 2007
7:00 pm
458
Thank u so much Nakysa ... ... which you can copy and...
Carlos Arturo Pimente...
carlos_geo64
Offline Send Email
Jan 14, 2007
8:48 am
459
Hi to everyone Is there anyone who could suggest me a site where I can find the blas, but where they actually explain me the parameters between the (), because...
serlancillottodellago
serlancillot...
Offline Send Email
Feb 7, 2007
5:02 pm
460
Hi all I am working on a project to convert FORTRAN 77 code to FORTRAN 90.The program is huge and contains 60+ subroutines with numerous common statements, can...
sukh2010
Offline Send Email
Feb 16, 2007
6:45 am
461
To avoid accumulation error, try dp (double precision) here....
student_gosset
Offline Send Email
Dec 19, 2007
6:44 pm
462
HI everbody, i am a new member joined recently. I am looking for Compaq Visual Fortran Ver. 6.6B.... since Compaq is no more supporting this product, could any...
the Slim
aqallah
Offline Send Email
Feb 21, 2008
10:52 pm
463
I am self-taught Fortran recreational programmer for about a year now, using Gfortran for both Win32 and Linux (CentOS). I am frequently in #Fortran on...
Radical [Inter]Net Su...
radsurfer
Offline Send Email
Apr 28, 2008
4:50 pm
464
hi i am new to this group. now only i am starting work with fortran 77.so can any one tell me which book is good one for fortran 77...
Ramachandran murugan
pecram_24
Offline Send Email
May 14, 2008
9:14 pm
465
HI all, I'm a new user of Fortran 77. Can i use an ouput database file as ab input file in the same program. I'm creating these output database files in a...
saruna26
Offline Send Email
May 16, 2008
4:20 pm
466
HI all, I'm a new user of Fortran 77. Can i use an ouput database file as ab input file in the same program. I'm creating these output database files in a...
saruna26
Offline Send Email
May 16, 2008
4:20 pm
467
Hi aruna, You can always use the out file again as an input file. But you have to close the file after you write the output. then again you need to open the...
Sunil Gurrapu
sunil_gurappu
Offline Send Email
May 20, 2008
5:28 pm
468
G'day everyone Context: Compaq Visual Fortran 6.6c on Windows XP Professional I'm trying to work out how to convert a BSTR to an array of INTEGER*2. The...
Bruce Axtens
bruce_axtens
Offline Send Email
May 22, 2008
9:21 pm
469
Hello, I;m a new user of Fortran 77 and I'm trying to write a subroutine where i have to read a bunch of data from an input database file. I have written code,...
saruna26
Offline Send Email
May 28, 2008
8:35 pm
470
hi, The open statement for output file you have entered is as follows, OPEN (UNIT=17,FILE=TestoutputV,status='new') In this statement is says that the status...
Sunil Gurrapu
sunil_gurappu
Offline Send Email
May 29, 2008
4:58 pm
471
hi, i am also a learner.. i hav some doubts in your code.. 1st one is there is no close -statement for both the files. 2nd one is y u are giving continue in...
Ramachandran murugan
pecram_24
Offline Send Email
May 30, 2008
4:41 pm
Messages 442 - 471 of 471   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help