Skip to content

deidyomega/dart_finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library for Dart developers who need access to finance and accounting formulas.

Created from templates made available by Stagehand under a BSD-style license.

Usage

A simple usage example:

import 'package:dart_finance/dart_finance.dart' as finance;

main() {  
  print(finance.internal_rate_of_return([0, 0, 0, 0, 110000.0], 100000.0, 0)) // 1.9245
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

Documentation

Download, cd into the directory, then run dartdoc, then goto doc/api and view the full documentation

About

Finance and Annuity functions for Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages