approximately

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto approximately(Should should, double permissibleError)
  2. auto approximately(Should should, double value, double permissibleError, string file, size_t line)
    approximately
    (
    Should
    )
    (
    Should should
    ,
    double value
    ,,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
    if (
    isInstanceOf!(ShouldType, Should)
    )

Meta