mpmathbinary.c /size: 525 b    last modification: 2025-02-21 11:03
1/* 
2    This file was generated by "mtxrun --script "mtx-wtoc.lua" from the metapost cweb 
3    files but now maintained as C file.
4*/
5
6# include "mpmathbinary.h"
7
8/*tex 
9    We don't support the binary number format because no one uses it. We kept decimal 
10    because it can also be handy at the \TEX\ end. 
11*/
12
13extern void tex_normal_warning (const char *t, const char *p);
14
15math_data *mp_initialize_binary_math(MP mp)
16{
17    (void) (mp);
18    tex_normal_warning("mplib", "binary mode is not available.");
19    return NULL;
20}
21