nice - function
ciaaw library (libciaaw, -lciaaw)
|
Fortran |
function nice(s)result(res) |
|||
|
character(len=*), intent(in) :: s |
||||
|
integer(int32) :: res |
||||
|
C |
int ciaaw_nice(char *s,int n); |
|||
|
Python |
nice(s:str)->int |
Get the number of isotopes in ICE of the element s.
Arguments:
|
s |
Element symbol. |
|||
|
n |
Size of the string s. |
|
-1 |
If the provided element is incorrect. |
|||
|
>0 |
If the element has ICE. |
ciaaw(3), ciaaw_cli(1), ciaaw_version(3), ciaaw_saw(3), ciaaw_ice(3), ciaaw_nice(3), ciaaw_naw(3), ciaaw_nnaw(3)