Difference between revisions of "BigEndianIEEDouble is undefined"

From MotoHawk
Jump to navigationJump to search
(Created page with "This build error was reported in MotoHawk 2010aSP1 and results from using a square root math function in the model. The work-around is to replace the square root with ^1/2. ...")
 
 
Line 2: Line 2:
  
  
[[Category:MotoHawk Build Errors|TLC Out of Memory]]
+
[[Category:MotoHawk Build Errors|BigEndianIEEEDouble is undefined]]

Latest revision as of 19:54, 6 November 2012

This build error was reported in MotoHawk 2010aSP1 and results from using a square root math function in the model. The work-around is to replace the square root with ^1/2.