Re: scientific number formatter
Re: scientific number formatter
- Subject: Re: scientific number formatter
- From: Don Murta <email@hidden>
- Date: Wed, 12 Feb 2003 12:18:41 -0700
see the printf man page, specifically the e or E format, you can then
use this with NSLog or [NSString stringWithFormat:].
hope that helps.
don
On Wednesday, February 12, 2003, at 10:18 AM, olivier wrote:
i need to display number like so: 125E-16
I looked on the web and could not find any. Does anybody if somebody
already implemented one and shared the code somewhere on the web. I'd
hate to duplicate somebody else effort.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.