MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isfinite

Function isfinite

extern/half/include/half.hpp:2732–2732  ·  view source on GitHub ↗

Check if finite number. \param arg number to check \retval true if neither infinity nor NaN \retval false else template typename enable ::type isfinite(T arg) { return functions::isfinite(arg); }

Source from the content-addressed store, hash-verified

2730 /// \retval false else
2731// template<typename T> typename enable<bool,T>::type isfinite(T arg) { return functions::isfinite(arg); }
2732 inline bool isfinite(half arg) { return functions::isfinite(arg); }
2733 inline bool isfinite(expr arg) { return functions::isfinite(arg); }
2734
2735 /// Check for infinity.

Callers 4

computeArraysRMSDFunction · 0.85
compareArraysRMSDFunction · 0.85
af_iterative_deconvFunction · 0.85
af_inverse_deconvFunction · 0.85

Calls

no outgoing calls

Tested by 2

computeArraysRMSDFunction · 0.68
compareArraysRMSDFunction · 0.68