Skip to main content

task 5

Project description

task_5

Requirements

  • Python 3.7

This code makes use of the f"..." or f-string syntax. This syntax was introduced in Python 3.6.

Sample Execution & Output

If run without command line arguments, using

./precisionEstimate

the following usage message will be displayed.

Usage: ./estimatePrecision.py num_execs [arbitrary precision]

If run using

./precisionEstimate 1000000

output simliar to

           float|  3.7247|2.220446049250313e-16
 float-type-hint|  3.6731|2.220446049250313e-16
      Decimal-28| 31.8602|0.999999999999999999999999999

will be generated. Note that the float and float-type-hint lines may vary.


An optional precision command line argument can be supplied to change the arbitrary precision used by the Python decimal module. For example:

./precisionEstimate 1000000 16

will generate output similar to

           float| 0.3979|2.220446049250313e-16
 float-type-hint| 0.4053|2.220446049250313e-16
      Decimal-16| 3.1643|0.999999999999999

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

task5-0.1.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

task5-0.1.0-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page