nnaw - function
ciaaw library (libciaaw, -lciaaw)
|
Fortran |
function nnaw(s)result(res) |
|||
|
character(len=*), intent(in) :: s |
||||
|
integer(int32) :: res |
||||
|
C |
int ciaaw_nnaw(char *s,int n); |
|||
|
Python |
nnaw(s:str)->int |
Get the number of nuclides in NAW 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 NAW. |
ciaaw(3), ciaaw_cli(1), ciaaw_version(3), ciaaw_saw(3), ciaaw_ice(3), ciaaw_nice(3), ciaaw_naw(3), ciaaw_nnaw(3)