mathomatic/lib/matho_clear.3

23 lines
673 B
Groff

.\" Extracted by src2man from lib.c
.\" Text automatically generated by txt2man
.TH matho_clear 3 "15 October 2012" "Mathomatic" "Symbolic Math Library"
.SH NAME
\fBmatho_clear \fP- Erase all equation spaces so they can be reused
.SH SYNOPSIS
.nf
.fam C
\fIvoid\fP \fBmatho_clear\fP(\fIvoid\fP);
.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
Mathomatic only has a limited number of equation spaces.
Similar to a restart, recommended after each group of symbolic math operations.
Currently this is the same as entering the command "clear all".
.PP
\fBmatho_init\fP(3) must have been called only one time before this
to initialize the Mathomatic symbolic math engine.
.SH FILE
lib.c