Skip to content

Instantly share code, notes, and snippets.

View savasdersimcelik's full-sized avatar

Savaş Dersim Çelik savasdersimcelik

View GitHub Profile
<?php
/**
* Author : Savaş Dersim ÇELİK
* Version: 1.0.0
* Web: http://webinyo.com
* Mail: savasdersimcelik@gmail.com
* Description : Sophiegermen Sayılarını Bulan Algoritma
*/
<?php
/**
* Author : Savaş Dersim ÇELİK
* Version: 1.0.0
* Web: http://webinyo.com
* Mail: savasdersimcelik@gmail.com
*/
$sayac = 0;
<?php
error_reporting(0);
function asal($sayi)
{
$kok=sqrt($sayi);
if ($sayi == 1 || $sayi == 0) {
return 0;
}
for ($i=2; $i<=$kok; $i++){
<?php
set_time_limit(0);
function asal($sayi)
{
$kok=sqrt($sayi);
if ($sayi == 1 || $sayi == 0) {
return 0;
}
for ($i=2; $i<=$kok; $i++){