Difference between revisions of "LlFabs"

From Second Life Wiki
Jump to navigation Jump to search
Line 14: Line 14:
     state_entry()
     state_entry()
     {
     {
         llSay(0,"The absolute value of -4.5 is: "+(string)llFabs(-4.5) );
         llSay(0,"The (Float)absolute value of -4.5 is: "+(string)llFabs(-4.5) );
     }
     }
}
}
// returns :
// The absolute value of -4.5 is: 4.500000
</pre>
</pre>
|helpers
|helpers

Revision as of 21:53, 1 August 2007