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