Selasa, 08 Oktober 2013

PHP Indonesia - Facebook: [ASK PHP] perintah untuk mencari nilai akar suatu ...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Publish Your Book on Kindle

Learn to self-publisher your book on Kindle. Boost your brand and credibility with this step-by-step training course for just $99. Enroll today.
From our sponsors
[ASK PHP] perintah untuk mencari nilai akar suatu ...
Oct 8th 2013, 09:06, by Вно Ѕсяёам

Вно Ѕсяёам 9:06am Oct 8
[ASK PHP]
perintah untuk mencari nilai akar suatu bilangan gimana ya ?
kasusnya saya ada tugas menghitung sisi miring segitiga siku-siku

Cahya Dsn 9:07am Oct 8
pelajari fungsi sqrt() ^_^V

http://php.net/manual/en/function.sqrt.php

<?php
$sisi_a=4;
$sisi_b=3;
$sisi_c=sqrt(pow($sisi_a,2)+pow($sisi_b,2));
echo $sisi_c;
?>

cmiiw ^_^V

Вно Ѕсяёам 9:08am Oct 8
rumus sisi miring segitiga siku-siku=akar a kuadrat+b kuadrat
cara penulisan di phpnya gimana ?

Mizno Kruge 9:10am Oct 8
sqrt(a*a+b*b) :v :v

Вно Ѕсяёам 9:15am Oct 8
makasih makasih bang :D

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar