Pramod T P

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

Daily Archives: May 3, 2012

PHP

lcg_value

May 3, 2012 Pramod T P
It returns  combined linear congruential generator

Example

<?php
echo lcg_value();
?>

Output

0.91341065078248

FunctionsMathPHP
PHP

is_nan

May 3, 2012 Pramod T P
It checks whether a value is not a number

Example

<?php
echo is_nan(acos(2.01));
?>

Output

1

FunctionsMathPHP
PHP

is_infinite

May 3, 2012 Pramod T P
It checks whether a value is a legal infinite number

Example

<?php
echo is_infinite(log(0));
?>

Output

1

FunctionsMathPHP
PHP

is_finite

May 3, 2012 Pramod T P
It checks whether a value is a legal finite number

Example

<?php
echo is_finite(2000);
?>

Output

1

FunctionsMathPHP
PHP

hypot

May 3, 2012 Pramod T P
It calculate the length of the hypotenuse of a right-angle triangle

Example

<?php
echo hypot(1,7);
?>

Output

7.0710678118655

FunctionsMathPHP
PHP

hexdec

May 3, 2012 Pramod T P
It converts Hexadecimal to decimal

Example

<?php
echo hexdec(17);
?>

Output

23

FunctionsMathPHP
PHP

getrandmax

May 3, 2012 Pramod T P
It shows largest possible random value

Example

<?php
echo getrandmax();
?>

Output

2147483647

FunctionsMathPHP
PHP

fmod

May 3, 2012 Pramod T P
It returns the remainder of the division.

Example

<?php
echo fmod(4,7);
?>

Output

4

FunctionsMathPHP
PHP

floor

May 3, 2012 Pramod T P
It round fractions down

Example

<?php
echo floor(1.7);
?>

Output

1

FunctionsMathPHP
PHP

expm1

May 3, 2012 Pramod T P
It calculates the value of Ex-1

Example

<?php
echo expm1(17);
?>

Output

24154952.753575

FunctionsMathPHP

Posts navigation

← Previous 1 2 3 4 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
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...