Definitions of Musimat Datatypes. More...
#include <string.h>
#include "Musimat.h"
Go to the source code of this file.
Functions | |
Integer | Length (String s) |
String length. | |
Integer | RealToRational (Real f, Integer Reference a, Integer Reference b) |
Convert from Real to rational fraction. | |
Void | About () |
Definitions of Musimat Datatypes.
Definition in file Musimat.cpp.
Void About | ( | ) |
Definition at line 70 of file Musimat.cpp.
References Print().
{ Print("The Musimat Tutorial (©) 2006 Gareth Loy"); Print("Derived from Chapter 9 and Appendix B of \"Musimathics Vol. 1\" © 2006 Gareth Loy"); Print("and published exclusively by The MIT Press."); Print("This program is released WITHOUT ANY WARRANTY; without even the implied"); Print("warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."); Print("For information on usage and redistribution, and for a DISCLAIMER OF ALL"); Print("WARRANTIES, see the file, LICENSE.txt, in this distribution."); Print("\"Musimathics\" is available here: http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=10916"); Print("Gareth Loy's Musimathics website: http://www.musimathics.com/"); Print("The Musimat website: http://www.musimat.com/"); Print("This program is released under the terms of the GNU General Public License"); Print("available here: http://www.gnu.org/licenses/gpl.txt"); }