Data for the Z-Table comes from: http://www.sjsu.edu/faculty/gerstman/EpiInfo/z-table.htm
How to use: http://www.measuringu.com/blog/interpret-responses.php
Example Usage:
Ztable.percentile(0.1388) => 0.5552Data for the Z-Table comes from: http://www.sjsu.edu/faculty/gerstman/EpiInfo/z-table.htm
How to use: http://www.measuringu.com/blog/interpret-responses.php
Example Usage:
Ztable.percentile(0.1388) => 0.5552| class AppDelegate | |
| include Async | |
| def application(application, didFinishLaunchingWithOptions:launchOptions) | |
| thread_1 = async do | |
| i = 0 | |
| 300_000.times do | |
| sleep 0.000001 |
Press minus + shift + s and return to chop/fold long lines!