Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Namespaces | Functions
math.hh File Reference
#include <rcore/utilities.hh>
#include <math.h>

Go to the source code of this file.

Namespaces

namespace  Rapicorn
 

The Rapicorn namespace encompasses core utilities and toolkit functionality.


Functions

int Rapicorn::dtoi32 (double d)
int64 Rapicorn::dtoi64 (double d)
int64 Rapicorn::iround (double d)
int64 Rapicorn::ifloor (double d)
int64 Rapicorn::iceil (double d)
int Rapicorn::_dtoi32_generic (double d)
int64 Rapicorn::_dtoi64_generic (double d)

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines