Tagged articles
8 articles
Page 1 of 1
php Courses
php Courses
Apr 10, 2025 · Backend Development

How to Use PHP's ceil() Function to Round Numbers Up

This article explains PHP's ceil() function, shows its syntax, and provides three code examples demonstrating how to round floating‑point numbers and integers upward, including the resulting outputs and a brief discussion of each case.

Backend DevelopmentCode ExamplePHP
0 likes · 4 min read
How to Use PHP's ceil() Function to Round Numbers Up
php Courses
php Courses
Aug 14, 2023 · Backend Development

Using PHP ceil() Function: Syntax, Parameters, and Examples

The article explains PHP's ceil() function, detailing its syntax, parameter, and behavior with positive, negative, and integer values, and provides four code examples demonstrating rounding up numbers, while noting that the function only works with numeric data.

Backend DevelopmentPHPRounding
0 likes · 3 min read
Using PHP ceil() Function: Syntax, Parameters, and Examples
Laravel Tech Community
Laravel Tech Community
Mar 3, 2021 · Backend Development

PHP tanh() Function – Hyperbolic Tangent

The PHP tanh() function returns the hyperbolic tangent of a float argument, defined as sinh(arg)/cosh(arg), and the article explains its signature, parameters, return value, provides example code snippets, and shows the resulting output values.

hyperbolic tangentmath functiontanh
0 likes · 2 min read
PHP tanh() Function – Hyperbolic Tangent
Laravel Tech Community
Laravel Tech Community
Jan 11, 2021 · Backend Development

PHP atanh() Function – Inverse Hyperbolic Tangent

The article explains PHP’s atanh() function, which computes the inverse hyperbolic tangent of a float argument, detailing its signature, parameter, return value, and providing sample code with expected outputs for various inputs.

BackendPHPatanh
0 likes · 1 min read
PHP atanh() Function – Inverse Hyperbolic Tangent
Laravel Tech Community
Laravel Tech Community
Jan 10, 2021 · Backend Development

Understanding PHP’s atan() Function: Usage, Parameters, and Examples

This article explains PHP’s atan() function, detailing its signature, parameter description, return value in radians, and provides multiple code examples demonstrating how different inputs produce corresponding inverse tangent results, including positive, negative, and large magnitude numbers, along with the exact numeric outputs.

Backend DevelopmentPHPatan
0 likes · 2 min read
Understanding PHP’s atan() Function: Usage, Parameters, and Examples
Laravel Tech Community
Laravel Tech Community
Jan 5, 2021 · Backend Development

PHP acos() Function – Inverse Cosine (Radians)

The PHP acos() function returns the arccosine of a given float argument in radians, detailing its signature, parameter description, return value, and providing example code with expected outputs for various inputs.

BackendPHPacos
0 likes · 1 min read
PHP acos() Function – Inverse Cosine (Radians)