An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
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. | |