1. Computing

Discuss in my forum

Sin () PHP Function

By , About.com Guide

Definition: The Sin () function is a mathematical function used to calculate the sine of a given number. The result is returned in radians. It is phrased as: Sin (your_number) ;
Also Known As: Sine, Sin
Examples:
 <?php 
 echo sin(60) ; 
 ?> 
This returns a value of -0.304810621
  1. About.com
  2. Computing
  3. PHP / MySQL
  4. PHP Functions
  5. PHP Sin - PHP Sine - Sin Function

©2013 About.com. All rights reserved.