bn - Returns the neutron binding energy of a nucleus
#include <nuclib.h>
double bn(int Z, int A);
Link with -lnuclib.
The bn() function returns the value of the neutron binding energy of a given nucleus of atomic number Z and mass number A.
|
Z A |
Atomic and mass number of nucleus |
The function bn() returns the value described in units of MeV.
This manual page was written by Ricardo Yanez.
Report bugs to <ricardo.yanez@calel.org>.
Copyright © 2012-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.
nuclib(3)