Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)

Tag: PHP Math

1SMARTchicken - Code Made Easy

Tag: PHP Math

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: PHP Math

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • PHP Math
  • Page 2
PHP Reference

PHP – getrandmax() Function

September 22, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP getrandmax() function returns the largest possible value that can be returned by the rand() function.

PHP Reference

PHP – hexdec() Function

September 22, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP hexdec() function converts a hexadecimal number to a decimal number.

PHP Reference

PHP – hypot() Function

September 22, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP hypot() function calculates the hypotenuse of a right-angle triangle.

PHP Reference

PHP – intdiv() Function

September 22, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP intdiv() function is used for integer division.

PHP Reference

PHP – is_finite() Function

September 22, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP is_finite() function checks whether a value is finite or not, and returns true (1) if the value is a finite number, or false/nothing if not.

PHP Reference

PHP – is_infinite() Function

September 22, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP is_infinite() function checks whether a value is infinite or not, and returns true (1) if the value is an infinite number, or false/nothing if not.

PHP Reference

PHP – is_nan() Function

September 22, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP is_nan() function checks whether a value is ‘not a number’, and returns true (1) if the value is ‘not a number’ or false/nothing if it is a number.

PHP Reference

PHP – lcg_value() Function

September 22, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP lcg_value() function returns a pseudo random number in a range between 0 and 1.

PHP Reference

PHP – log() Function

September 23, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP log() function returns the natural logarithm of a number, or the logarithm of number to base.

PHP Reference

PHP – log10() Function

September 23, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP log10() function returns the base-10 logarithm of a number.

PHP Reference

PHP – log1p() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP log1p() function returns log(1+number), computed in a way that is accurate even when the value of number is close to zero.

PHP Reference

PHP – max() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP max() function returns the highest value in an array, or the highest value of several specified values.

PHP Reference

PHP – min() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP min() function returns the lowest value in an array, or the lowest value of several specified values.

PHP Reference

PHP – mt_getrandmax() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP mt_getrandmax() function returns the largest possible value that can be returned by mt_rand().

PHP Reference

PHP – mt_rand() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP mt_rand() function generates a random integer using the Mersenne Twister algorithm.

PHP Reference

PHP – mt_srand() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP mt_srand() function seeds the Mersenne Twister random number generator.

PHP Reference

PHP – octdec() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP octdec() function converts an octal number to a decimal number.

PHP Reference

PHP – pi() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP pi() function returns the value of PI.

PHP Reference

PHP – pow() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP pow() function returns x raised to the power of y.

PHP Reference

PHP – rad2deg() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Math, PHP Math

The PHP rad2deg() function converts a radian value to a degree value.

← Previous 1 2 3 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (18)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (556)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (285)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2026@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2026 1SMARTchicken | All Rights Reserved.