My Project
|
#include <stdio.h>
#include <string.h>
#include "misc/auxiliary.h"
#include "reporter/reporter.h"
#include "coeffs/coeffs.h"
#include "coeffs/numbers.h"
#include "coeffs/longrat.h"
Go to the source code of this file.
Macros | |
#define | SR_HDL(A) ((long)(A)) |
#define | SR_TO_INT(SR) (((long)SR) >> 2) |
Functions | |
const char * | nlRead (const char *s, number *a, const coeffs r) |
void | nlWrite (number a, const coeffs) |
Variables | |
VAR omBin | rnumber_bin = omGetSpecBin(sizeof(snumber)) |
Definition at line 22 of file longrat0.cc.
#define SR_TO_INT | ( | SR | ) | (((long)SR) >> 2) |
Definition at line 25 of file longrat0.cc.
Definition at line 31 of file longrat0.cc.
void nlWrite | ( | number | a, |
const | coeffs | ||
) |
Definition at line 90 of file longrat0.cc.
VAR omBin rnumber_bin = omGetSpecBin(sizeof(snumber)) |
Definition at line 19 of file longrat0.cc.