Home
last modified time | relevance | path

Searched refs:halfexp_to_sqrt (Results 1 – 4 of 4) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h448 bool halfexp_to_sqrt; member
H A DMathStructure-print.cc2290 …} else if(po.halfexp_to_sqrt && ((CHILD(1).isDivision() && CHILD(1)[0].isNumber() && CHILD(1)[0].n… in formatsub()
2325 …} else if((po.exp_to_root || po.halfexp_to_sqrt) && CHILD(0).representsNonNegative(true) && ((CHIL… in formatsub()
H A DCalculator.cc48 …_SIGN_DIVISION_SLASH), spacious(true), excessive_parenthesis(false), halfexp_to_sqrt(true), min_de… in PrintOptions()
/dports/math/libqalculate/libqalculate-3.17.0/
H A DChangeLog77 * Show cbrt(a) instead of a^(1/3) in result (when PrintOptions::halfexp_to_sqrt is true)