Module cloudi_math

Math operations

.

Copyright © 2009-2017 Michael Truog

Version: 1.7.1 Jun 3 2020 18:48:06 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog at protonmail dot com).

Description

Math operations

Function Index

ceil/1

Provide a ceiling function.

.
floor/1

Provide a floor function.

.

Function Details

ceil/1

ceil(X::number()) -> integer()

Provide a ceiling function.

floor/1

floor(X::number()) -> integer()

Provide a floor function.


Generated by EDoc