Pramod T P

Search
Skip to content
  • Home
  • PHP
  • WordPress
  • Linux
  • Magento
  • My SQL
  • Profile
  • comments

Daily Archives: May 3, 2012

PHP

tanh

May 3, 2012 Pramod T P
It returns hyperbolic tangent

Example

<?php
echo tanh(45);
?>

Output

1

FunctionsMathPHP
PHP

tan

May 3, 2012 Pramod T P
It returns tangent value

Example

<?php
echo tan(45);
?>

Output

1.6197751905439

FunctionsMathPHP
PHP

srand

May 3, 2012 Pramod T P
It seed the random number generator

Example

<?php
srand(mktime());
echo(rand());
?>

Output

675098144

FunctionsMathPHP
PHP

sqrt

May 3, 2012 Pramod T P
It returns  Square root

Example

<?php
echo sqrt(16);
?>

Output

4

FunctionsMathPHP
PHP

sinh

May 3, 2012 Pramod T P
it returns  hyperbolic sine

Example

<?php
echo sinh(17.7);
?>

Output

24321050.753167

FunctionsMathPHP
PHP

sin

May 3, 2012 Pramod T P
it returns sine value

Example

<?php
echo sin(17.7);
?>

Output

-0.91258244979118

FunctionsMathPHP
PHP

round

May 3, 2012 Pramod T P
It rounds a float

Example

<?php
echo round(17.7);
?>

Output

18

FunctionsMathPHP
PHP

rand

May 3, 2012 Pramod T P
It generates a random integer

Example

<?php
echo rand();
?>

Output

648369316

FunctionsMathPHP
PHP

rad2deg

May 3, 2012 Pramod T P
It converts the radian number to the equivalent number in degrees

Example

<?php
echo rad2deg(M_PI_4);
?>

Output

45

FunctionsMathPHP
PHP

pow

May 3, 2012 Pramod T P
It returns Exponential expression

Example

<?php
echo pow(-1, 17);
?>

Output

-1

FunctionsMathPHP

Posts navigation

1 2 … 5 Next →

Zend | Magento Certified PHP | eCommerce Architect

For Latest Updates
Visit phpcodez.com

Categories

Recent Posts

  • Regular expression
  • preg_match
  • Redirect root domain to a subdomain .htaccess
  • Redirect root domain to a subfolder .htaccess
  • Force SSL htaccess
May 2012
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  
« Apr   Jun »

Recent Comments

togel online's avatartogel online on How to terminate the current s…
business funding's avatarbusiness funding on compare two strings – ja…
unsecured loans uk's avatarunsecured loans uk on Function to add an element int…
treating back pain's avatartreating back pain on Submit HTML form to pop up pag…
Pura Cleanse's avatarPura Cleanse on Add the block "Based on y…
  • RSS - Posts
Blog at WordPress.com.
Pramod T P
Create a free website or blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Pramod T P
    • Already have a WordPress.com account? Log in now.
    • Pramod T P
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...