Isis Developer Reference
|
#include "InlineCalculator.h"
#include <cmath>
#include <QMap>
#include <QString>
#include <QStringList>
#include <QVariant>
#include <QVector>
#include <boost/foreach.hpp>
#include <SpiceUsr.h>
#include <SpiceZfc.h>
#include <SpiceZmc.h>
#include "IException.h"
#include "InlineInfixToPostfix.h"
#include "IString.h"
#include "NaifStatus.h"
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Functions | |
double | Isis::floatModulusOperator (double a, double b) |
Determines the remainder of the quotient a/b whose sign is the same as that of a. | |