Knowledge Walls
Laya
Hyderabad, Andhra Pradesh, India
Math.prototype.tan() Method in Math Class of Javascript Syntax with Examples
2422 Views
Usage 
The Math.tan() function is used to return the tangent value of a number.
Syntax 
Math.tan(Number)
Example
	var a=Math.tan(1);
	var b=Math.tan(0);
	
	document.write("A = "+a);
	document.write("B = "+b);
Output 
A = 1.5574077246549023
B = 0
Best Lessons of "Javascript Syntax with Examples"
Top lessons which are viewed more times.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details