FuncSketch
Loading...
Searching...
No Matches
binary_operators.h File Reference

Definition of binary operators. More...

#include <string_view>
#include "func_sketch/common_types.h"
#include "func_sketch/math/common_type.h"
#include "func_sketch/math/pow_number.h"
Include dependency graph for binary_operators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  func_sketch::math::AdditionOperator
 Class of addition operator. More...
class  func_sketch::math::SubtractionOperator
 Class of subtraction operator. More...
class  func_sketch::math::MultiplicationOperator
 Class of multiplication operator. More...
class  func_sketch::math::DivisionOperator
 Class of division operator. More...
class  func_sketch::math::PowerOperator
 Class of power operator. More...

Detailed Description

Definition of binary operators.

Definition in file binary_operators.h.