fp::bottom -- the function that
never returns
Introductionfp::bottom() never returns because it
raises an error.
Call(s)fp::bottom()
ReturnsThis function never returns.
Side
EffectsRaises an error in any case.
Detailsfp::bottom never returns because it raises an
error.
Example
1>> fp::bottom()
Error: bottom reached [fp::bottom]