- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can someone provide some documentation for the complexity ("big O") of the float multiplication using floating point megafunctions?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Without knowing anything about the megafunctuions...
I'd guess that multiply is fixed cost, only underflow and overflow generate special cases. Addition/subtraction needs to shift one of the numbers (by the difference in exponents) - so could depend on that value. Division is hard and slow.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page