MCPcopy Create free account
hub / github.com/arrayfire/arrayfire-rust / RealNumber

Interface RealNumber

src/core/util.rs:654–654  ·  view source on GitHub ↗

Trait qualifier indicating it can hold real numbers only

Source from the content-addressed store, hash-verified

652
653///Trait qualifier indicating it can hold real numbers only
654pub trait RealNumber: HasAfEnum {}
655
656impl RealNumber for f64 {}
657impl RealNumber for f32 {}

Callers

nothing calls this directly

Implementers 1

util.rssrc/core/util.rs

Calls

no outgoing calls

Tested by

no test coverage detected