MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / test_add_f64

Function test_add_f64

tests/math/src/lib.rs:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61 #[test]
62 fn test_add_f64() {
63 assert!(add_f64(1.1, 2.2) > 3.2);
64 assert!(add_f64(1.1, 2.2) < 3.4);
65 }
66}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…