summaryrefslogtreecommitdiff
path: root/src/tibtype.c
AgeCommit message (Expand)Author
2017-05-22Use new Delwink styleDavid McMackins II
2016-09-03Improve speed of conversion to radiansDavid McMackins II
2016-09-02Add degrees operatorDavid McMackins II
2016-09-01Remove faulty codeDavid McMackins II
2016-08-20Remove TIB-complex function typeDavid McMackins II
2016-08-15Add factorialDavid McMackins II
2016-07-30Add special character printingDavid McMackins II
2016-07-27Add support for high-magnitude answersDavid McMackins II
2016-07-20Omit leading 1 from answers with imaginary value of 1David McMackins II
2016-07-20Properly show 0 as answerDavid McMackins II
2016-06-29Use eight spaces instead of tabsDavid McMackins II
2016-06-28Shorten and standardize free_data functionDavid McMackins II
2016-06-26Add function to convert TI-BASIC variant type to written expressionDavid McMackins II
2016-06-25Use enum type to track type of TIBDavid McMackins II
2015-09-30Prevent odd double free scenarioDavid McMackins II
2015-09-17Fix division order error when dividing list by complexDavid McMackins II
2015-09-17Check for division by zeroDavid McMackins II
2015-06-17Implemented divisionDavid McMackins II
2015-06-16Added symbolic constant for complex number 1David McMackins II
2015-06-16Added list rootDavid McMackins II
2015-06-15Fix complex root to use GSLDavid McMackins II
2015-06-14Fix eval loop to return computed valueDavid McMackins II
2015-06-10Fix matrix pow loop to not write to same matrix being read fromDavid McMackins II
2015-06-10Added warning about matrix inversionDavid McMackins II
2015-06-10Finished matrix powDavid McMackins II
2015-06-09Non-integer powers of matrices are not allowedDavid McMackins II
2015-06-09Improve guess improvement methodDavid McMackins II
2015-06-09Refactored libtib source file namesDavid McMackins II
2015-06-08Moved tib errno to global tib.hDavid McMackins II
2015-06-08Finish implementing complex rootsDavid McMackins II
2015-06-08Standards complianceDavid McMackins II
2015-06-08Added dimension check for matrix powDavid McMackins II
2015-06-08Add clarification to else clausesDavid McMackins II
2015-06-04Implement list powersDavid McMackins II
2015-06-03Fix matrix allocationDavid McMackins II
2015-06-02Fix matrix population logicDavid McMackins II
2015-06-01Implement tib inverseDavid McMackins II
2015-06-01Shorten up tib_copy()David McMackins II
2015-05-31Simplify matrix multiplicationDavid McMackins II
2015-05-31Progress implementing exponentsDavid McMackins II
2015-05-30Fixed function signature of tib inverseDavid McMackins II
2015-05-30No longer reaching into gsl_complex structDavid McMackins II
2015-05-29Describe complex exponentsDavid McMackins II
2015-05-29Make tib_*_value return const for pointer types to protect dataDavid McMackins II
2015-05-29Begin implementation of exponentsDavid McMackins II
2015-05-28Fix matrix multiplication loopDavid McMackins II
2015-05-28Implemented matrix multiplicationDavid McMackins II
2015-05-28Implemented list multiplicationDavid McMackins II
2015-05-26Clean up multiplication for complex against lists and matricesDavid McMackins II
2015-05-26Implemented complex*matrix multiplicationDavid McMackins II