sinh(): Hyperbolic sine

float sinh(float $x);
$x is the input value.
<?Php
echo sinh(0); // Output is 0
echo "<br>";
echo sinh(1); // Output  1.1752011936438
echo "<br>";
echo sinh(-1); // Output -1.1752011936438
echo "<br>";
echo sinh(4.2); // Output is 33.335667732052
echo "<br>";
echo sinh(2); // Output is 3.626860407847
echo "<br>";
echo sinh(90); // Output is 6.1020164715892E+38
?>

Plotting of SIN & SIN curves by using PHP GD function with deg2rad()


TAN() COS() rad2deg() function
Subhendu Mohapatra — author at plus2net
Subhendu Mohapatra

Author

🎥 Join me live on YouTube

Passionate about coding and teaching, I publish practical tutorials on PHP, Python, JavaScript, SQL, and web development. My goal is to make learning simple, engaging, and project‑oriented with real examples and source code.



Subscribe to our YouTube Channel here



plus2net.com











PHP video Tutorials
We use cookies to improve your browsing experience. . Learn more
HTML MySQL PHP JavaScript ASP Photoshop Articles Contact us
©2000-2025   plus2net.com   All rights reserved worldwide Privacy Policy Disclaimer