Casio fx-3650P - Remainder Calculation (modulo) - 25 bytes Name Remainder Calculation (modulo) Versions 0.1 Author Salvatore Fresta aka Drosophila Website http://www.salvatorefresta.net Contact salvatorefresta [at] gmail [dot] com Date 2011-01-15 X. INDEX I. DESCRIPTION II. COMMANDS USED III. CODE I. DESCRIPTION _______________ Casio fx-3650P is a programmable scientific calculator manufactured by Casio Computer Co., Ltd In this text I release a software able to calculate the reminder of a division operation for the Casio fx-3650P. Usage: A: number B: modulo Result: A mob B I. COMMANDS USED ________________ ? : Operator input command, used when user's input is required. -> : Assign to variable command, to assign the value before it to the variable after it. http://en.wikipedia.org/wiki/Casio_fx-3650P#Program III. CODE _________ The following is the code: ?->A: ?->B: A/B-.5: Fix 0: Rnd: Norm 1: A-BAns