Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
floating in objective c
//gcc 4.8.4 #import <Foundation/Foundation.h> void main() { // Single precision floating-point float aFloat = -21.09f; NSLog(@"%f", aFloat); NSLog(@"%8.2f", aFloat); // Double precision floating-point double aDouble = -21.09; NSLog(@"%8.2f", aDouble); NSLog(@"%e", aDouble); // Extended precision floating-point long double aLongDouble = -21.09e8L; NSLog(@"%Lf", aLongDouble); NSLog(@"%Le", aLongDouble); }
run
|
edit
|
history
|
help
0
GetRequest
size of datatypes in objective c
string search
emp class
Program 2.1
array
Convert String to NSData Json Object
find simple Interest in objective c
objective c fibonanci
NSMutable Exercise