Processes-Forms

From Deep Blue Robotics Wiki
Revision as of 22:59, 17 November 2016 by SammyZhang (Talk | contribs) (Created page with "{| class="wikitable" ! style="text-align:left;"|Link ! Description ! Size ! Version ! Date/Time ! Name |- | [https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWF...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Link Description Size Version Date/Time Name
150921OrgChart.pptx Parent org chart updated. 82k v. 1 Sep 21, 2015, 9:42 PM Michi Kaifu
Carlmont Volunteer Requirement.pdf Required items to become Level 1/2/3 Volunteers at Carlmont. Mentors and parents who are working at school site must get approval for Level 3 volunteers. 471k v. 1 Sep 21, 2015, 9:44 PM Michi Kaifu
Expensify link Report your expense here. See "Instructions" for how to do it. Sep 21, 2015, 9:49 PM Michi Kaifu
FIRST STIMS link Students need to fill it out at the beginning of the season. Sep 21, 2015, 5:53 PM Michi Kaifu
Instructions for expense reimbursement If you use your money to purchase something for the team, please follow this instruction to get reimbursed. Sep 21, 2015, 6:01 PM Michi Kaifu
Math.min(a,b) double, int, float, long N/A Picks and returns the lesser of a and b
Math.PI none π An approximation of the constant π
Math.pow(a,b) double ab Uses a as the base, b as the exponent
Math.random() none N/A Generates a random double between 0 and 1
Math.round(a) double, float N/A This rounds to the nearest whole number
Math.sin(a) double sin(a) The angle is in radians. There are also methods for cosine, tangent, arcsine, arccosine, and arctangent