Jump to content

[HELP]Tetragoniki riza(java)[GR]


Azumaril$

Recommended Posts

Pedia telos panton esto oti exw treis metablites x,y,b kserw gw me x=5 y =25 .

kai 8elw to y na ine iso me to x sin tin tetragoniki riza tou 25

 

Pws ginete omos na valo tin tetragoniki riza? xerw poli ine 5 apla 8elo to geniko pos tha ine.

dld

b= x+ti edw? ...

euxaristo

Link to comment
Share on other sites

Η συνάρτηση που ψάχνεις είναι η sqrt(y);

συντάσσεται ως Math.sqrt(y);

Όμως, δεν ξέρω πως θα εισάγεις την βιβλιοθήκη Math ή αν χρειάζεται να την εισάγεις.

Link to comment
Share on other sites

Ναι.

Και καλό είναι να βάζεις παρενθέσεις σε μαθηματικές εκφράσεις:

b = (x + Math.sqrt(y));

 

 

Link to comment
Share on other sites

Ναι.

Και καλό είναι να βάζεις παρενθέσεις σε μαθηματικές εκφράσεις:

b = (x + Math.sqrt(y));

 

 

prepei na katalava...min ginei lock gt mporei na xriasto help. anyway euxaristo poli :P
Link to comment
Share on other sites

Math.pow(βάση,εκθέτης)

 

π.χ θέλω το 33: Math.pow(3,3)

 

π.χ θέλω το x2: Math.pow(x,2) ή x*x

 

Βέβαια, για να εξασκηθείς, θα μπορούσες να φτιάξεις μόνος σου τις συναρτήσεις από το να τις πάρεις έτοιμες.

Link to comment
Share on other sites

Άμα γράφεις σε Java όπως κατάλαβα, μπορείς να δεις όλα όσα σου προσφέρει η βιβλιοθήκη μαθηματικών:

 

http://download.oracle.com/javase/1.4.2/docs/api/java/lang/Math.html

Link to comment
Share on other sites

Math.pow(βάση,εκθέτης)

 

π.χ θέλω το 33: Math.pow(3,3)

 

π.χ θέλω το x2: Math.pow(x,2) ή x*x

 

Βέβαια, για να εξασκηθείς, θα μπορούσες να φτιάξεις μόνος σου τις συναρτήσεις από το να τις πάρεις έτοιμες.

euxaristo...vevea mporousa na ftiaksw tis sinartiseis ala afou tis egrapses any way...episi to x*x auto to ksexasa entelos :P ta xo peksei ...dn to skeftika ka8olou.
Link to comment
Share on other sites

sqrT ειναι η sqr? Στην Pascal ειναι sqr

sqr είναι το τετράγωνο και sqrt είναι η ρίζα, στην pascal!
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...