Root Finder  1.0
Using various numerical methods
Loading...
Searching...
No Matches
RootInfo Struct Reference

#include <methods.h>

Public Attributes

long double root
 
int iterations
 
int decimal_places
 

Detailed Description

Definition at line 17 of file methods.h.

Member Data Documentation

◆ decimal_places

int RootInfo::decimal_places

Definition at line 21 of file methods.h.

◆ iterations

int RootInfo::iterations

Definition at line 20 of file methods.h.

◆ root

long double RootInfo::root

Definition at line 19 of file methods.h.


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