Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 462 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 462 Bytes

Eulers-Number-in-Dart-Flutter

Dart (Flutter) program to calculate the Euler's Constant number, 'e' . My custom calculation results in a value close to Euler's Constant without any Math library's assistance . My calculation is accurate up to 8 (eight) digits after the decimal points matching the Euler's Constant 'e' .

Link to my blog describing the program in details: https://softwarewall.code.blog/2022/11/12/eulers-number-e-a-dart-flutter-implementation/