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.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | s |
Element symbol. |
||
logical, | intent(in), | optional | :: | abridged |
Flag for returning the abridged standard atomic weight. Default to TRUE. |
|
logical, | intent(in), | optional | :: | uncertainty |
Flag for returning the uncertainty instead of the value. Default to FALSE. |