Home
last modified time | relevance | path

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

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DFloatingPointInexact.java38 public final class FloatingPointInexact extends ArithmeticError class
40 public FloatingPointInexact(LispObject initArgs) in FloatingPointInexact() method in FloatingPointInexact
H A Dmake_condition.java78 return new FloatingPointInexact(initArgs); in execute()