symbol - Returns the name of a element given its atomic number
#include <nuclib.h>
char *symbol(int z);
Link with -lnuclib.
The symbol() function returns the name of a element, given its atomic number (up to Z=118), as defined by the UIPAC standard.
|
z |
Atomic number of element |
The function returns the value described, " " in case the atomic number is > 118.
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.
zname(3), nuclib(3)