[erlang-questions] apply/2
David Mercer
dmercer@REDACTED
Fri Jul 27 18:58:52 CEST 2007
Fun round is in the erlang module. This should work:
> apply(erlang, round, [2.3]).
Cheers,
David
-----Original Message-----
From: erlang-questions-bounces@REDACTED
[mailto:erlang-questions-bounces@REDACTED] On Behalf Of Henrique Ferreiro
Sent: Friday, July 27, 2007 11:42
To: erlang-questions@REDACTED
Subject: [erlang-questions] apply/2
Hello,
I noticed some extrange behaviour that this list surely can explain:
1> round(2.3).
2
2> apply(round, [2.3]).
=ERROR REPORT==== 27-Jul-2007::18:40:22 ===
Error in process <0.31.0> with exit value:
{{badfun,round},[{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
** exited: {{badfun,round},
[{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
**
Thanks in advance,
Henrique Ferreiro
_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://www.erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list