comparison src/floatfns.c @ 14186:ee40177f6c68

Update FSF's address in the preamble.
author Erik Naggum <erik@naggum.no>
date Mon, 15 Jan 1996 09:18:04 +0000
parents b339e9aaea4b
children c037294d6e47
comparison
equal deleted inserted replaced
14185:aba3b91c8b3d 14186:ee40177f6c68
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 14 GNU General Public License for more details.
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
19 20
20 21
21 /* ANSI C requires only these float functions: 22 /* ANSI C requires only these float functions:
22 acos, asin, atan, atan2, ceil, cos, cosh, exp, fabs, floor, fmod, 23 acos, asin, atan, atan2, ceil, cos, cosh, exp, fabs, floor, fmod,
23 frexp, ldexp, log, log10, modf, pow, sin, sinh, sqrt, tan, tanh. 24 frexp, ldexp, log, log10, modf, pow, sin, sinh, sqrt, tan, tanh.