Skip to content

gitGNU/gnu_fixmath

Repository files navigation

Copyright (C) 2010, Axis Communications AB, LUND, SWEDEN
See the end for copying conditions.

Fixmath - Fixed Point Library
===================================
Fixmath is a library of fixed-point math operations and functions.
The library is designed to be fast on platforms without floating-point support.

All documentation is generated by Doxygen. Please run
./configure --with-doxygen && make && make install
to generate and install the documentation.

A HTML user's manual will be generated and installed in /usr/share/doc/fixmath.

The GNU Lesser General Public License (LGPL) refers to the
General Public License (GPL), which is the only reason the file
COPYING is included with fixmath (in addition to the file
COPYING.LESSER); no part of fixmath is covered by the GPL alone.

For further reading, the Fixmath project is hosted at
<http://savannah.nongnu.org/projects/fixmath/>.
(Beware, the line above is machine-read by configure; see configure.ac.)

  This file is part of Fixmath.

  Fixmath is free software: you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published
  by the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
  You can use the comments under either the terms of the GNU Lesser General
  Public License version 3 as published by the Free Software Foundation,
  either version 3 of the License or (at your option) any later version, or
  the GNU Free Documentation License version 1.3 or any later version
  published by the Free Software Foundation; with no Invariant Sections, no
  Front-Cover Texts, and no Back-Cover Texts.
  A copy of the license is included in the documentation section entitled
  "GNU Free Documentation License".

  Fixmath is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  GNU Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public
  License and a copy of the GNU Free Documentation License along
  with Fixmath. If not, see <http://www.gnu.org/licenses/>.