JamesThePanda Posted June 22, 2008 Share Posted June 22, 2008 Hey guys Im making a simple php script and I was just wondering how I would get the Square root of a variable? is there some special code? thanks James Link to comment https://forums.phpfreaks.com/topic/111341-how-do-i-get-the-square-root-of-a-variable/ Share on other sites More sharing options...
DarkWater Posted June 22, 2008 Share Posted June 22, 2008 $variable = sqrt($variable); Link to comment https://forums.phpfreaks.com/topic/111341-how-do-i-get-the-square-root-of-a-variable/#findComment-571589 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.