Module Name: src Committed By: isaki Date: Sat Apr 20 03:06:20 UTC 2013
Modified Files: src/sys/arch/m68k/fpe: fpu_exp.c Log Message: Implement exponential and power functions. o FETOX .. exp(x) o FETOXM1 .. exp(x) - 1 o FTENTOX .. 10^x o FTWOTOX .. 2^x At last all mathematics functions of FPE were implemented. Thanks to Yosuke Sugahara. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/m68k/fpe/fpu_exp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.