Procedures

ProcedureLocationProcedure TypeDescription
capi_get_ice ciaaw__capi Function

C API for get_ice

capi_get_ice_values ciaaw__capi Function

C API for get_ice_values

capi_get_naw ciaaw__capi Function

C API for get_naw

capi_get_nice ciaaw__capi Function

C API for get_nice

capi_get_nnaw ciaaw__capi Function

C API for get_nnaw

capi_get_saw ciaaw__capi Function

C API for get_saw.

capi_get_version ciaaw__capi Function

C API for get_version.

get_ice ciaaw__api Function

Get the isotopic composition of the element s for the mass number A. The uncertainty instead of the value can be retrieved if the uncertainty is set to true. Returns NaN if the provided symbol or A are incorrect or -1 if the element does not have an ICE.

get_ice_values ciaaw__api Function

Get the (n, 3) values array. See ice_type. Returns a null pointer if the provided symbol is incorrect.

get_naw ciaaw__api Function

Get the atomic weight of the nuclide s for the mass number A. The uncertainty instead of the value can be retrieved if the uncertainty is set to true. Returns NaN if provided symbol or A are incorrect or -1 if the element does not have an NAW.

get_nice ciaaw__api Function

Get the number of isotopes in ICE. Returns -1 if the provided symbol is incorrect.

get_nnaw ciaaw__api Function

Get the number of nuclides in NAW. Returns -1 if the provided symbol is incorrect.

get_saw ciaaw__api Function

Get the standard atomic weight. By default the abridged value is provided. If the non abridged value is desired, set abridged to false. The uncertainty instead of the value can be retrieved if the uncertainty is set to true. Returns NaN if provided symbol is incorrect or -1 if the element does not have a SAW.

get_version ciaaw__api Function

Get the version

call~~graph~~CallGraph proc~capi_get_ice capi_get_ice proc~get_ice get_ice proc~capi_get_ice->proc~get_ice proc~capi_get_ice_values capi_get_ice_values proc~get_ice_values get_ice_values proc~capi_get_ice_values->proc~get_ice_values proc~capi_get_naw capi_get_naw proc~get_naw get_naw proc~capi_get_naw->proc~get_naw proc~capi_get_nice capi_get_nice proc~get_nice get_nice proc~capi_get_nice->proc~get_nice proc~capi_get_nnaw capi_get_nnaw proc~get_nnaw get_nnaw proc~capi_get_nnaw->proc~get_nnaw proc~capi_get_saw capi_get_saw proc~get_saw get_saw proc~capi_get_saw->proc~get_saw proc~capi_get_version capi_get_version proc~get_version get_version proc~capi_get_version->proc~get_version optval optval proc~get_ice->optval proc~get_naw->optval proc~get_saw->optval
Help