SPUC  3.0
Namespaces | Functions
signbit.h File Reference

Templated signbit function. More...

#include <spuc/spuc_types.h>
#include <cmath>
#include <spuc/base_type.h>
#include <spuc/signbitr.h>
Include dependency graph for signbit.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 SPUC
 fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint
 

Functions

template<typename T >
SPUC::signbit (T in)
 Templated signbit function template function that uses a class to allow template specialization. More...
 

Detailed Description

Templated signbit function.