Module lua-nucleo.math

Math-related utilities

This file is a part of lua-nucleo library

Info:

  • Copyright: lua-nucleo authors (see file COPYRIGHT for the license)

Local Functions

epsilon_equals (lhs, rhs, epsilon) Compare arguments lhs and rhs for equality up to epsilon.


Local Functions

epsilon_equals (lhs, rhs, epsilon)
Compare arguments lhs and rhs for equality up to epsilon.

Parameters:

  • lhs left-hand side
  • rhs rigth-hand side
  • epsilon relative error epsilon

Returns:

    boolean type true if arguments lhs and rhs equal up epsilon, otherwise return false
generated by LDoc 1.4.6 Last updated 2021-04-22 13:57:02