zname - Returns the atomic number of a given element
#include <nuclib.h>
int zname(char *s);
Link with -lnuclib.
The zname() function returns the atomic number of an element (up to Z=118) given its name as defined by the UIPAC standard.
|
s |
UIPAC name of element |
The function returns the value described, -1 in case the element name is not defined.
This manual page was written by Ricardo Yanez.
Report bugs to <ricardo.yanez@calel.org>.
Copyright © 2004-2017 Ricardo Yanez.
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
symbol(3), nuclib(3)