jan-cheta / Numerical-Machine-Problem-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical-Machine-Problem_1

Three Functions:

  1. chopAndRound:
  • Params: (string decim, int decPlaces)
  • return type: Dictionary<string, double>
  • keys: "Chopping", "Rounding"
  1. errorFind:
  • Params: (double trueValue, double approxValue)
  • return type: Dictionary<string, decimal>
  • keys: "Absolute Error", "Relative Error"
  1. taylorSeriesMake:
  • Params: (double domain, double degree)
  • return type: double

About


Languages

Language:C# 100.0%