[Phphtmllib-devel] SF.net SVN: phphtmllib:[3466] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-06-16 21:25:11
|
Revision: 3466 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3466&view=rev Author: hemna Date: 2010-06-16 21:25:05 +0000 (Wed, 16 Jun 2010) Log Message: ----------- sine Modified Paths: -------------- trunk/open2300/lib/modules/api/AviationWeather.inc Modified: trunk/open2300/lib/modules/api/AviationWeather.inc =================================================================== --- trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-16 21:24:33 UTC (rev 3465) +++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-16 21:25:05 UTC (rev 3466) @@ -90,7 +90,7 @@ $direction = $wind["angle"]; $speed = $wind["speed"]; - return $speed * sine($direction - $number); + return $speed * sin($direction - $number); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |