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

Method ceil

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

Ceiling implementation. \param arg value to round \return rounded value

Source from the content-addressed store, hash-verified

1643 /// \param arg value to round
1644 /// \return rounded value
1645 static half ceil(half arg) { return half(binary, round_half<std::round_toward_infinity>(arg.data_)); }
1646
1647 /// Truncation implementation.
1648 /// \param arg value to round

Callers

nothing calls this directly

Calls 1

halfClass · 0.70

Tested by

no test coverage detected