package duration

  1. Overview
  2. Docs
Conversions to various time units

Install

Dune Dependency

Authors

Maintainers

Sources

duration-0.1.1.tbz
md5=160e36e2ba16a01492c8c2b6d8c496ac

Description

A duration is represented in nanoseconds as an unsigned 64 bit integer. This has a range of up to 584 years. Functions provided check the input and raise on negative or out of bound input.

Published: 18 Nov 2017

README

Duration - conversions to various time units

0.1.1

A duration is represented in nanoseconds as an unsigned 64 bit integer. This has a range of up to 584 years. Functions provided check the input and raise on negative or out of bound input.

Documentation

API Documentation is available online.