-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Milestone
Description
See the following definition
Lines 996 to 1001 in 97d0779
| Definition poweR x r := | |
| match x with | |
| | x'%:E => (x' `^ r)%:E | |
| | +oo => if r == 0%R then 1%E else +oo | |
| | -oo => if r == 0%R then 1%E else 0%E | |
| end. |
Note that for real numbers, the limit of the power function when the exponent is negative, goes to 0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels