MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / dom

Function dom

std/math/src/main/float.rs:9–9  ·  view source on GitHub ↗

Raises ValueError with this exact text on out-of-domain inputs.

()

Source from the content-addressed store, hash-verified

7
8// Raises ValueError with this exact text on out-of-domain inputs.
9fn dom() -> Error { Error::Value(String::from("math domain error")) }
10
11/* Constants */
12

Callers 14

sqrtFunction · 0.70
powFunction · 0.70
logFunction · 0.70
log2Function · 0.70
log10Function · 0.70
log1pFunction · 0.70
asinFunction · 0.70
acosFunction · 0.70
acoshFunction · 0.70
atanhFunction · 0.70
gammaFunction · 0.70
lgammaFunction · 0.70

Calls 1

ValueEnum · 0.50

Tested by

no test coverage detected