Public Member Functions | Static Public Member Functions

op_log10< NumericT > Struct Template Reference

Logarithm with base 10: x |--> \log_{10}(x). More...

#include <unary_op_tags.hpp>

Public Member Functions

NumericT apply (NumericT value) const
bool can_simplify () const

Static Public Member Functions

static std::string str ()

Detailed Description

template<typename NumericT>
struct viennamath::op_log10< NumericT >

Logarithm with base 10: x |--> \log_{10}(x).

Template Parameters:
NumericT The underlying numeric (floating point) type

Member Function Documentation

NumericT apply ( NumericT  value  )  const [inline]
bool can_simplify (  )  const [inline]
static std::string str (  )  [inline, static]

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