SMTStabilizer API
Public API documentation for SMTStabilizer
Loading...
Searching...
No Matches
stabilizer::parser::FloatingPointUtils Class Reference

Floating-point conversion helpers used by parser evaluation paths. More...

#include <util.h>

Static Public Member Functions

static std::string fpToUbv (const std::string &fp, const Integer &n)
 
static std::string fpToSbv (const std::string &fp, const Integer &n)
 

Detailed Description

Floating-point conversion helpers used by parser evaluation paths.

Definition at line 140 of file util.h.

Member Function Documentation

◆ fpToSbv()

std::string stabilizer::parser::FloatingPointUtils::fpToSbv ( const std::string &  fp,
const Integer n 
)
static

◆ fpToUbv()

std::string stabilizer::parser::FloatingPointUtils::fpToUbv ( const std::string &  fp,
const Integer n 
)
static

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