Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Zahl gesucht
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Friedrich  
View profile   Translate to Translated (View Original)
 More options Jan 21 2011, 7:32 am
Newsgroups: de.comp.lang.php.misc
From: "Friedrich" <no-s...@freenet.de>
Date: Fri, 21 Jan 2011 13:32:48 +0100
Local: Fri, Jan 21 2011 7:32 am
Subject: Zahl gesucht
Hallo PHP-Newsgroup,

Wie findet man die größte Zahl n mit n²<=N ?

Gruß Friedrich.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Froehlich  
View profile   Translate to Translated (View Original)
 More options Jan 21 2011, 7:45 am
Newsgroups: de.comp.lang.php.misc
From: Stefan+Use...@Froehlich.Priv.at (Stefan Froehlich)
Date: 21 Jan 2011 12:45:23 GMT
Local: Fri, Jan 21 2011 7:45 am
Subject: Re: Zahl gesucht
On Fri, 21 Jan 2011 13:32:48 Friedrich wrote:

> Wie findet man die größte Zahl n mit n²<=N ?

<?php $n = floor(sqrt($N)); ?>

Haengt jetzt natuerlich auch ein wenig davon ab, fuer welche Werte von $N
Du das korrekt ausgewertet haben moechtest.

Servus,
   Stefan

--
http://kontaktinser.at/ - die kostenlose Kontaktboerse fuer Oesterreich
Offizieller Erstbesucher(TM) von mmeike

Zetern ohne Zittern und Zagen - Stefan, so gehängt wie die Zeit!
(Sloganizer)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Friedrich  
View profile   Translate to Translated (View Original)
 More options Jan 21 2011, 7:49 am
Newsgroups: de.comp.lang.php.misc
From: "Friedrich" <no-s...@freenet.de>
Date: Fri, 21 Jan 2011 13:49:08 +0100
Local: Fri, Jan 21 2011 7:49 am
Subject: Re: Zahl gesucht
Stefan:

> <?php $n = floor(sqrt($N)); ?>

Vielen Dank für die Antwort!

ciao Friedrich.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »