Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
Loading...
Searching...
No Matches
domain_segments.h File Reference
#include <functional>
#include <vector>
#include "math_base.h"
Include dependency graph for domain_segments.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Math_calc
 

Functions

std::vector< SegmentMath_calc::domain_segments (const std::function< double(double)> &calc, Math_calc::Point left_bottom, Math_calc::Point right_top, double precision)
 Считает вещественные отрезки, где мат. функция определена