projects
/
LeanCalc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[LeanCalc.git]
/
help
/
freeredc
1
NAME
2
freeredc - free the memory used to store redc data
3
4
SYNOPSIS
5
freeredc()
6
7
TYPES
8
return null value
9
10
DESCRIPTION
11
This function frees the memory used for any redc data currently stored by
12
calls to rcin, rcout, etc.
13
14
EXAMPLE
15
> a = rcin(10,27)
16
> b = rcin(10,15)
17
> show redc
18
0 1 27
19
1 2 15
20
> freeredc()
21
> show redc
22
>
23
24
LIMITS
25
none
26
27
LINK LIBRARY
28
none
29
30
SEE ALSO
31
free, freeglobals, freestatics
32