-module(helloworld).
-import(math,[exp/1]).
-export([start/0]).
start() ->
Aexp = exp(3.14),
io:fwrite("~p~n",[Aexp]).
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266270.html
-module(helloworld).
-import(math,[exp/1]).
-export([start/0]).
start() ->
Aexp = exp(3.14),
io:fwrite("~p~n",[Aexp]).
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266270.html