Home
last modified time | relevance | path

Searched refs:EDOM (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h45 #define EDOM 33 /* 数学参数超出作用域 Mathematics argument out of domain of function. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs78 EDOM = 33, enumerator