LlLog/ko
< LlLog
Jump to navigation
Jump to search
Revision as of 11:08, 16 March 2009 by Nanjido Oh (talk | contribs) (New page: {{LSL_Function/ko |func=llLog |func_id=265|func_sleep=0.0|func_energy=10.0 |return_type=float|p1_type=float|p1_name=val |func_footnote=밑이 10인 상용로그는 {{LSLG/ko|llLog10}}을 ...)
예제
<lsl> default {
state_entry() { float num1 = llFrand(100.0);
llOwnerSay("The natural logarithm of " + (string)num1 + " is " + (string)llLog(num1)); }
} </lsl>
기록
이 글이 유용하지 않으세요? LSL Wiki의 관련항목이 도움을 줄 수 있을 지도 모릅니다.