Variable = Exp(Value)
자연대수 e값을 반환합니다.
Dim A As Single Dim B As Single Wait 500 B = 3 A = Exp(B) Debug Float A,cr
명령어 목록으로 가기