| atom_to_binary/1 | |
| binary_to_atom/1 | |
| binary_to_existing_atom/1 | |
| ceil/1 | |
| floor/1 | |
| get_cookie/1 | |
| set_cookie/1 |
atom_to_binary(A) -> any()
binary_to_atom(B) -> any()
binary_to_existing_atom(B) -> any()
ceil(X) -> any()
floor(X) -> any()
get_cookie(Node) -> any()
set_cookie(C) -> any()
Generated by EDoc