system/exceptions (original) (raw)

Theme:

Search:

Source Edit

Exception and effect types used in Nim code.

Types

FloatInexactDefect = object of FloatingPointDefect

Raised for inexact results.

The operation produced a result that cannot be represented with infinite precision -- for example: 2.0 / 3.0, log(1.1)

Note: Nim currently does not detect these!

Source Edit

Made with Nim. Generated: 2025-12-15 12:28:42 UTC