Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lafayette
 
Posts: n/a
Default Limit of number which sin() can handle?

sin() seems unable to handle a large number like 1.35 e8? Is anyone aware of
this type of computational limit? Thanks for related information
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rogerio Takejame
 
Posts: n/a
Default Limit of number which sin() can handle?

It seams that the limit is 2^27-1 = 1.34 e8 but I don't know why. To avoid
the error, you can use =sin(mod(1.35 e8, 2 * pi()))

--
Rogerio Takejame
Americana - Sao Paulo - Brazil


"Lafayette" wrote:

sin() seems unable to handle a large number like 1.35 e8? Is anyone aware of
this type of computational limit? Thanks for related information

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lafayette
 
Posts: n/a
Default Limit of number which sin() can handle?

Appreciate your reply. Your solution works pretty well.

"Rogerio Takejame" wrote:

It seams that the limit is 2^27-1 = 1.34 e8 but I don't know why. To avoid
the error, you can use =sin(mod(1.35 e8, 2 * pi()))

--
Rogerio Takejame
Americana - Sao Paulo - Brazil


"Lafayette" wrote:

sin() seems unable to handle a large number like 1.35 e8? Is anyone aware of
this type of computational limit? Thanks for related information

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rogerio Takejame
 
Posts: n/a
Default Limit of number which sin() can handle?

Please, rate this answer

--
Rogerio Takejame
Americana - Sao Paulo - Brazil


"Lafayette" wrote:

Appreciate your reply. Your solution works pretty well.

"Rogerio Takejame" wrote:

It seams that the limit is 2^27-1 = 1.34 e8 but I don't know why. To avoid
the error, you can use =sin(mod(1.35 e8, 2 * pi()))

--
Rogerio Takejame
Americana - Sao Paulo - Brazil


"Lafayette" wrote:

sin() seems unable to handle a large number like 1.35 e8? Is anyone aware of
this type of computational limit? Thanks for related information

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
expand number of rows from limit of 65,536? Niner Excel Discussion (Misc queries) 2 March 29th 05 07:09 PM
How do I increase the limit on the number of import rows in Excel Aleck Excel Discussion (Misc queries) 2 March 18th 05 07:53 PM
Is there a limit to the number of worksheets in an excel file? NIRVL Excel Discussion (Misc queries) 1 March 16th 05 03:02 PM
How do I limit number of rows and columns on a spreadsheet Valser New Users to Excel 3 February 12th 05 10:31 PM
limit number of characters in a cell abfabrob Excel Discussion (Misc queries) 9 February 11th 05 04:19 PM


All times are GMT +1. The time now is 01:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"