Download this file
14 lines (12 with data), 299 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13 | /*
* Math
* Copyright
* (C) 1992 Joseph H. Allen
*
* This file is part of JOE (Joe's Own Editor)
*/
extern const char *merr; /* Math error message: set if calc returned an error */
double calc(BW *bw, char *s,int secure);
int umath(W *w, int k);
int usmath(W *w, int k);
extern B *mathhist;
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.