Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.8K+ articles
PHP
3.8K+ articles
PHP-bc
10 posts
Recent Articles
Popular Articles
PHP | bcmod() Function
Last Updated: 11 July 2025
The bcmod() function in PHP is an inbuilt function and is used to calculate modulus of an arbitrary precision numbers. This function accepts an arbitrary precision number ...
read more
Web Technologies
PHP
PHP-bc
PHP | bcscale() Function
Last Updated: 11 July 2025
The bcscale() function is an inbuilt function in PHP. It sets the default scale parameters for all bc math function calls. When we call the function bcscale() in a program...
read more
Misc
Web Technologies
PHP
PHP-bc
PHP | bcpowmod() Function
Last Updated: 11 July 2025
The bcpowmod() function in PHP is an inbuilt function and is used to raise an arbitrary precision base number to another exponent number reduced by a specified modulus. Th...
read more
Misc
Web Technologies
PHP
PHP-bc
PHP | bcsub() Function
Last Updated: 11 July 2025
The bcsub() function in PHP is an inbuilt function and is used to subtract one arbitrary precision number from another. This function accepts two arbitrary precision numbe...
read more
Misc
Web Technologies
PHP
PHP-bc
PHP | bcsqrt() Function
Last Updated: 11 July 2025
The bcsqrt() function in PHP is an inbuilt function and is used to evaluate the square root of an arbitrary precision number. This function accepts an arbitrary precision ...
read more
Web Technologies
PHP
PHP-bc
PHP | bcpow() Function
Last Updated: 11 July 2025
The bcpow() function in PHP is an inbuilt function and is used to calculate the value of an arbitrary precision base number raised to another exponent number. This functio...
read more
Web Technologies
PHP
PHP-bc
PHP | bccomp() Function
Last Updated: 11 July 2025
The bccomp() function in PHP is an inbuilt function and is used to compare two arbitrary precision numbers. This function accepts two arbitrary precision numbers as string...
read more
Web Technologies
PHP
PHP-bc
PHP | bcdiv() Function
Last Updated: 11 July 2025
The bcdiv() function in PHP is an inbuilt function and is used to divide two arbitrary precision numbers. This function accepts two arbitrary precision numbers as strings ...
read more
Web Technologies
PHP
PHP-bc
PHP | bcmul() Function
Last Updated: 11 July 2025
The bcmul() function in PHP is an inbuilt function and is used to multiply two arbitrary precision numbers. This function accepts two arbitrary precision numbers as string...
read more
Web Technologies
PHP
PHP-bc
PHP | bcadd() Function
Last Updated: 11 July 2025
The bcadd() function in PHP is an inbuilt function and is used to add two arbitrary precision numbers. This function accepts two arbitrary precision numbers as strings and...
read more
Web Technologies
PHP
PHP-bc
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !