SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_dt::scfx_pow10 Class Reference

Class to compute (and cache) powers of 10 in arbitrary precision. More...

#include <sysc/datatypes/fx/scfx_pow10.h>

Public Member Functions

 scfx_pow10 ()
 
 ~scfx_pow10 ()
 
const scfx_rep operator() (int)
 

Detailed Description

Class to compute (and cache) powers of 10 in arbitrary precision.

Definition at line 71 of file scfx_pow10.h.

Constructor & Destructor Documentation

◆ scfx_pow10()

sc_dt::scfx_pow10::scfx_pow10 ( )

◆ ~scfx_pow10()

sc_dt::scfx_pow10::~scfx_pow10 ( )

Member Function Documentation

◆ operator()()

const scfx_rep sc_dt::scfx_pow10::operator() ( int  )

The documentation for this class was generated from the following file: